“Bash Kubectl Exec” Kode Jawaban

KUBECTL EXEC

kubectl exec -it <pod-name> -n <namespace> -- <command>

example:
--------
kubectl exec -it tag-mgmt -n my-namespace -- /bin/sh
kubectl exec -it timescaledb -n data-store -- psql

timescaledb -> is pod name 
data-store -> is namespace
psql -> is command that we can run for postgres
Glamorous camel

KUBECTL EXEC LS -LAH

kubectl exec <pod_name> -- ls -la /
Google's Top Recommendation

Bash Kubectl Exec

kubectl exec --stdin --tty shell-demo -- /bin/bash
Blushing Buffalo

Kubernetes /bin /bash

sudo kubectl -n <namespace> --context=<context-with-access> exec <pod-name> -it /bin/bash

ex:
sudo kubectl -n default --context=staging-devops exec microservice1-jd830k-880 -it /bin/bash
Google's Top Recommendation

Jawaban yang mirip dengan “Bash Kubectl Exec”

Pertanyaan yang mirip dengan “Bash Kubectl Exec”

Lebih banyak jawaban terkait untuk “Bash Kubectl Exec” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya