Kubernetes

Kubernetes

NeuralBlitz Updated 1 repo stars

File contents

Kubernetes

Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications across clusters.

Key Concepts

  • Pods, Deployments, Services
  • ConfigMaps and Secrets
  • StatefulSets for stateful apps
  • Ingress for external access
  • Helm for package management

Common Use Cases

  • Container orchestration
  • Auto-scaling applications
  • Rolling deployments
  • Service discovery
  • Self-healing infrastructure

Best Practices

  • Use namespaces for isolation
  • Set resource limits
  • Implement liveness/readiness probes
  • Use ConfigMaps for configuration
  • Implement network policies

Resources

  • Docs: kubernetes.io/docs
  • Related Skills: docker, helm, service-mesh

NeuralBlitz/Agent-Gateway/tree/main/agent-gateway/skills/user/categories/infrastructure/kubernetes commit b76a07820e

Frequently asked questions

npx skillmds@latest add neuralblitz/kubernetes-3