Created
March 6, 2020 20:35
-
-
Save Staggerlee011/e89f224151be78380634d51f14a3255d to your computer and use it in GitHub Desktop.
k8s cheatsheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## testing with busybox (runs interactive shell in busybox pod in your namespace. dies on exit.) | |
kubectl run -i --tty busybox --image=busybox --restart=Never -- sh | |
### in busybox command prompt you can test mysql connection with | |
<servicename> <seriveport> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment