Kubernetes, deploy from within a pod Kubernetes, deploy from within a pod kubernetes kubernetes

Kubernetes, deploy from within a pod


  1. You can use a supported Kubernetes client library or Kubectl or directly use curl to call rest api exposed by Kubernetes API Server from within a pod.

  2. You can use helm as well as long as you install it in the pod.

  3. When you call Kubernetes API from within a pod by default service account is used.Service account mounted in the pod need to have role and rolebinding associated to be able to call Kubernetes API.