Meligy / openhack2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commands for Kubectl

Get list of pods: kubectl get pods

Connect to main pod kubectl exec -it task3-0 bash

Or for the monitoring pod kubectl exec -it task3-0 mcstatus bash

Get IP address of minecraft kubectl get services

About


Languages

Language:Python 89.7%Language:Shell 10.3%