kubectl cluster-info
kubectl get nodes -o wide
...
922 bytes (136 words) - 22:33, 27 February 2019
== Instalar o kubectl ==
brew install kubectl
...
968 bytes (121 words) - 11:06, 25 February 2019
kubectl get pods -A | grep kube
sudo kubectl get pods -A -l apps.isc.ibm.com/app-type=app -L app.kubernetes.io/instance
...
943 bytes (134 words) - 22:48, 19 November 2025
kubectl é uma aplicativo de linha de comando para executar comandos para clusters
kubectl apply -f FILENAME [flags]
...
2 KB (283 words) - 23:54, 27 February 2019
kubectl create namespace meu-projeto
kubectl create -f limitando-recursos.yaml -n meu-projeto
...
1 KB (158 words) - 22:25, 23 June 2020
💗 kubectl is now configured to use "minikube"
kubectl config view
...
4 KB (478 words) - 01:16, 26 February 2019
Para conectar-se ao cluster do Kubernetes, o kubectl precisa saber sobre o master-node e das credenciais para se conectar a ele.
💗 kubectl is now configured to use "minikube"
...
3 KB (392 words) - 19:11, 15 June 2020
# kubectl get services --all-namespaces
kubectl -n kube-system edit service kubernetes-dashboard
...
2 KB (222 words) - 14:14, 6 March 2020
kubectl run webserver --image nginx --dry-run=client -o yaml > w.yaml
2) Execute o comando kubectl para fazer o deploy das informações no arquivo
...
2 KB (296 words) - 19:33, 15 June 2020
kubectl get pods -A | grep kube
sudo kubectl get pods -A -l apps.isc.ibm.com/app-type=app -L app.kubernetes.io/instance
...
876 bytes (118 words) - 22:44, 19 November 2025
kubectl create namespace connections
kubectl create secret docker-registry myregkey -n connections --docker-server='''<C
...
3 KB (344 words) - 15:49, 21 August 2019
kubectl create -f https://k8s.io/examples/controllers/job.yaml
kubectl describe jobs/pi
...
2 KB (216 words) - 18:07, 1 March 2019
# kubectl label node worker-node10 appDept=RH
# kubectl label node worker-node11 appDept=RH
...
3 KB (378 words) - 21:05, 26 June 2020
To make kubectl work,
kubectl apply -f privileged-psp-with-rbac.yaml
...
2 KB (331 words) - 14:10, 23 August 2019
kubectl expose web-service --port=80 --type=NodePort
2) Execute o comando kubectl para fazer o deploy das informações no arquivo
...
4 KB (408 words) - 22:16, 23 June 2020
kubectl create -f https://k8s.io/examples/pods/probe/exec-liveness.yaml
kubectl describe pod liveness-exec
...
3 KB (356 words) - 23:48, 27 February 2019
kubectl get nodes
kubectl describe nodes
...
5 KB (458 words) - 17:15, 14 August 2019
brew install kubectl
kubectl run nginx --image nginx
...
9 KB (1,308 words) - 19:03, 23 June 2020
export CONSOLE_ROUTE=$(kubectl get route sterling-b2bi-mq-ibm-mq-web -n sterling-b2bi-mq -o jsonpath="{.sp
MQ_ADMIN_PASSWORD=$(kubectl get secret --namespace sterling-b2bi-mq sterling-b2bi-mq-secret -o jsonpath
...
3 KB (457 words) - 11:18, 24 May 2021
kubectl get pods -n connections -o wide
...
1 KB (135 words) - 01:19, 24 January 2019