• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

UnixArena

  • Home
  • Discover DevOps Tools
  • kubernetes
  • DevOps
    • Terraform
    • Jenkins
    • Docker
    • Openshift
      • OKD
    • Ansible engine
    • Ansible Tower
      • AWX
    • Puppet
  • Cloud
    • Azure
    • AWS
    • Openstack
    • Docker
  • VMware
    • vCloud Director
    • VMware-Guests
    • Vcenter Appliance 5.5
    • vC OPS
    • VMware SDDC
    • VMware vSphere 5.x
      • vSphere Network
      • vSphere DS
      • vShield Suite
    • VMware vSphere 6.0
    • VSAN
    • VMware Free Tools
  • DevOps Instructor-led Training
  • Contact

AKS

How to patch kubernetes existing deployment? How to roll back?

January 22, 2024 By Cloud_Devops Leave a Comment

Kubernetes - deployment patch - roll back

Patching a Kubernetes deployment involves making updates or changes to an existing deployment. This can be useful for various reasons, such as fixing bugs, applying security updates, introducing new features, or making configuration changes. Kubernetes provides several mechanisms to patch deployments, and the choice depends on the nature of the changes you want to make. […]

Filed Under: AKS, Cloud, DevOps, EKS, GKE, kubernetes, Openshift Tagged With: DevOps, K8s, kubernetes

How to renew Kubernetes expired certificates?

November 4, 2023 By Cloud_Devops Leave a Comment

How do you renew the kubernetes expired certificate? Kubernetes uses various certificates for secure communication within the cluster. These certificates are essential for securing communication between various components, such as API servers, kubelets, and etcd. Environment: root@kmaster1:~# kubectl version –shortClient Version: v1.22.0Server Version: v1.22.15root@kmaster1:~# Here are some of the important certificates used in Kubernetes: How […]

Filed Under: AKS, Cloud, DevOps, EKS, kubernetes Tagged With: AKS, AWS, Azure, Cloud, DevOps, EKS, GKE, kubernetes

How do you create a first helm chart? Kubernetes Package Manager

November 3, 2023 By Cloud_Devops Leave a Comment

helm chart

Helm is a package manager for Kubernetes that allows you to define, install, and upgrade even the most complex Kubernetes applications. Helm is one of the most vital tools in DevOps. Kustomize is a built-in tool for Kubernetes that allows you to customize raw, template-free YAML files for multiple purposes, including managing multiple versions of […]

Filed Under: AKS, Cloud, DevOps Tools, EKS, Helm, kubernetes Tagged With: AKS, DevOps, DevOps Tooling, EKS, GKE, helm, K8s, kubernetes

Kubernetes: How Blue-Green Deployment works?

April 30, 2023 By Cloud_Devops 1 Comment

Kubernetes Blue Green Deployments

Blue-green deployment involves simultaneously operating two application environments within a production cluster. In this deployment approach, the stable version of the application is deployed in the first environment (blue), while the new version is deployed in the second environment (green). By default, Kubernetes performs a rolling update of a deployment. As part of the rollout […]

Filed Under: AKS, DevOps, Docker, EKS, kubernetes Tagged With: AKS, Cloud, DevOps, EKS, K8s, kubernetes, Microservices

Kubernetes – How to cleanup the failed pods from all namespaces ?

February 3, 2023 By Cloud_Devops 1 Comment

k8s - Delete the failed pods

In the Kubernetes environment, we could often see that pods might fail due to various reasons. Most of the time, it could be related to config issues or capacity-related issues. In such conditions, you could see the pod status could be “pending”, “Crashloopbackoff”, “evicted”, “Failed”, “ContainerCannotRun”, “Error”, “ContainerCreating” etc. As a DevOps engineer, you need […]

Filed Under: AKS, EKS, GKE, kubernetes, Openshift Tagged With: AKS, AWS, Azure, Container, DevOps, Docker, EKS, kubernetes, Openshift, Pods, Redhat

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·