Kubernetes

kubectl

k9s

  • Tool for inspecting and interacting with Kubernetes clusters from the command line

Inbox

  • Q: If I trigger a pod rollout and restart, what if the pod is actively handling a request? Does the whole orchestration process know that? Will it wait? Or does it take down the pod? How is that handled?
    • https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
    • https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-terminating-with-grace
  • Kubernetes docs
  • Google Cloud blog posts about containers and Kubernetes