From 7900be4f5909fe2a1e642bf400538c47fee62202 Mon Sep 17 00:00:00 2001 From: Kishan Takoordyal Date: Sun, 21 May 2023 12:52:35 +0000 Subject: [PATCH] Update Section_08/k8s.sh --- Section_08/k8s.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Section_08/k8s.sh 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