Rollback Kubernetes Deployments
Rolling back Kubernetes deployments is an essential capability for managing applications. Learn how to roll back Kubernetes deployments.
Dump a Kubernetes Pod for Analysis
In this post, I'll show you how to dump a Kubernetes pod for inspection, and to analyze everything from container contents to configurations.
How to Restart Kubernetes Pods with Kubectl
In this guide, I'll show you how to restart Kubernetes pods using different methods while ensuring your applications run without disruption.
Understanding the Canary Deployment Strategy in Kubernetes
A canary deployment strategy involves releasing updates to a small subset of users before rolling out the changes to the entire user base.
Which Kubernetes apiVersion Should You Use?
Learn everything you need to know about Kubernetes apiVersions for you objects with our ultimate guide: The best guide you'll ever need.
How to Get a List of Jobs Created by ScaledJob in Kubernetes
Get a list of jobs created by ScaledJobs, which are dynamically created by Kubernetes-based Event Driven Autoscaler (KEDA).
Install kubectl on Ubuntu using the apt package manager
A quick guide to help you install the kubectl command on Ubuntu Linux - the official k8s CLI - using the apt package manager to interact with your Kubernetes cluster.
The difference between kubectl apply and kubectl create
Understand the differences between kubectl apply and kubectl create in Kubernetes and when to use each for managing k8s resources.