Kubernetes
kubectl, deployments, pods, and the YAML that holds it together.
Featured in Kubernetes
Articles in Kubernetes
21Delete Kubernetes Deployments With kubectl
Learn how to delete Kubernetes deployments and its associated Pods using the kubectl command.
Deleting a Pod with `kubectl`
Learn how to delete a pod in Kubernetes using graceful shutdowns, labels, field selectors, and namespaces.
Create Kubernetes Namespace With `kubectl`
Learn how to create one or more Kubernetes namespaces with `kubectl`.
Create Kubernetes Secrets with `kubectl`
Learn how to securely manage sensitive data in your cluster using Kubernetes secrets: from standard key-value pairs, file-based secrets, Docker secrets, TLS certificates, env files, and pod connections.
Describe Kubernetes Pods With kubectl
Learn how to describe one or more Kubernetes Pods with kubectl.
List Pods With kubectl
Learn how to list and filter Kubernetes Pods by name, namespaces, labels, manifests, and more using the kubectl command.
Restart Kubernetes Pods with kubectl
Learn how to restart Kubernetes pods with kubectl: policies, best practices, rolling restarts, and manual methods.
Perform Rollout Restarts With kubectl
Learn how to perform a rollout restart of Kubernetes Pods with the kubectl command using Deployments, DaemonSets, and StatefulSets.
Set Context With kubectl
Learn how to create, modify, switch, and delete a context in Kubernetes using the kubectl config command.
How To List Events With kubectl
Learn how to list and filter events in Kubernetes cluster by namespace, pod name and more using the kubectl command.