mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-29 08:57:12 -04:00
🦋Update kubectl
This commit is contained in:
parent
62033fd78d
commit
7d55303aaf
1 changed files with 7 additions and 7 deletions
14
kubectl.md
14
kubectl.md
|
@ -1,7 +1,7 @@
|
|||
## Kubectl Commands
|
||||
|
||||
|
||||
#### **Pods**
|
||||
### **Pods**
|
||||
|
||||
Get pods:
|
||||
|
||||
|
@ -21,7 +21,7 @@ Get pod's log:
|
|||
kubectl logs <podname>
|
||||
```
|
||||
|
||||
#### **Services**
|
||||
### **Services**
|
||||
|
||||
Get services:
|
||||
|
||||
|
@ -29,7 +29,7 @@ Get services:
|
|||
kubectl get services -n <namespace>
|
||||
```
|
||||
|
||||
#### **Deployments**
|
||||
### **Deployments**
|
||||
|
||||
Get deployments:
|
||||
|
||||
|
@ -37,25 +37,25 @@ Get deployments:
|
|||
kubectl get deployment -n <namespace>
|
||||
```
|
||||
|
||||
#### **Secrets**
|
||||
### **Secrets**
|
||||
|
||||
```
|
||||
kubectl get secret
|
||||
```
|
||||
|
||||
#### **Namespaces**
|
||||
### **Namespaces**
|
||||
|
||||
```
|
||||
kubectl get namespaces
|
||||
```
|
||||
|
||||
#### **Configmaps**
|
||||
### **Configmaps**
|
||||
|
||||
```
|
||||
kubectl get configmaps -n <namespace>
|
||||
```
|
||||
|
||||
#### **Ingress**
|
||||
### **Ingress**
|
||||
|
||||
```
|
||||
kubectl get ingress -n <namespace>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue