diff --git a/Section_08/k8s.sh b/Section_08/k8s.sh new file mode 100644 index 0000000..8e50934 --- /dev/null +++ b/Section_08/k8s.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +sudo su +kubectl get pods -A -o wide +cat /etc/hosts + +kubectl describe deployment kinesis-api-web +kubectl describe pod kinesis-api-web-66dc867f9c-p4kr5 +kubectl logs -f os-web-6586987d55-fw7mm