Created
February 1, 2020 17:45
-
-
Save eliaspn/a5b721c67b38ca525251bfc213b3ee85 to your computer and use it in GitHub Desktop.
K8s ninja
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
#Deploy a short lived sidecontainer to connect to Mysql inside cluster | |
kubectl run -i --tty ubuntu --image=ubuntu:16.04 --restart=Never -- bash -il | |
apt-get update && apt-get install mysql-client -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment