1
0
mirror of https://github.com/xcad2k/cheat-sheets.git synced 2022-05-05 20:20:37 +03:00

kubernetes kubectl testing

This commit is contained in:
Christian Lempa
2022-04-28 17:31:52 +02:00
parent 97d1b754f2
commit 1b3e7178dd

View File

@@ -72,6 +72,7 @@ COMMAND | DESCRIPTION
---
## ﴱ List of Kubernetes Resources "Short Names"
Short Name | Long Name
---|---
`csr`|`certificatesigningrequests`
@@ -99,8 +100,10 @@ Short Name | Long Name
---
## 陼 Logs and Troubleshooting
### Logs
...
### Logs
...
### MySQL
`kubectl run -it --rm --image=mysql:5.7 --restart=Never mysql-client -- mysql -u USERNAME -h HOSTNAME -p`