Skip to content

Kubernetes How-To Guides

How-to guides provide step-by-step instructions for performing specific tasks in Kubernetes.

Use these guides when you already understand the basics and need to accomplish something quickly.


Deployments

Manage and operate application deployments.

  • Rollback Deployment
  • Restart Deployment
  • Update Container Image

Networking

Expose and access applications running in the cluster.

  • Expose Service
  • Expose Service with Ingress
  • Port Forward Pod

Configuration

Configure applications using Kubernetes resources.

  • Use ConfigMaps
  • Use Secrets
  • Add Environment Variables

Storage

Work with persistent storage for stateful applications.

  • Mount Persistent Volume
  • Resize Persistent Volume
  • Debug PVC Pending
  • Backup Persistent Volume
  • Migrate Persistent Volume

Troubleshooting

Diagnose and fix common Kubernetes issues.

  • Debug a Crashing Pod
  • Kubernetes Error Decoder