In this post I will show you hwo to delete a deployment on a Kuberetes cluster using two methods.
Category: Kubernetes
How to Roll Back a Deployment in Kubernetes
This blog post will show you how to roll back a deployment on a Kubernetes cluster using kubectl.
Update a Container Image With Rolling Update in Kubernetes
This blog post will show you how to update a container image in a Kubernetes cluster using a rolling update strategy.
How to AutoScaling ReplicaSets in Kubernetes Cluster
This blog post will show you how I autoscale a ReplicaSet on a Kubernetes AKS cluster using the kubectl command-line.
How To Scale ReplicaSets in Kubernetes
This blog post will show you how to scale ReplicaSets in a Kubernetes cluster using kubectl or a configuration file.
How to Create a ReplicaSets On Kubernetes AKS Cluster
This post will show you how to create ReplicaSets on a Kubernetes Cluster running on Azure AKS.
Deploy and Publish Application With Kubernetes AKS
This post will show you how to deploy the application and publish it on a Kubernetes cluster and make it available over the internet.
Apply Labels to Kubernetes Deployment
This post will show you how to apply labels to kubernetes deployment and list deployments based on labels.
Delete a Storage Volume on a Kubernetes AKS Cluster
This blog post will show you how to delete a storage volume in a Kuberntes cluster runing on Azure AKS.
How to Attach a Persistent Volume to a Kubernetes Pod on AKS
This blog post will show you how to create a persistent storage volume and attach it to a Kubernetes Pod running on an AKS cluster.