From 13cecf6f13ce1a5ced38f62c482cd6dbb3481f39 Mon Sep 17 00:00:00 2001
From: Jack McDonnell <52510979+McJacko@users.noreply.github.com>
Date: Sat, 17 Jul 2021 09:55:29 -0700
Subject: [PATCH] Kubectl explanation (#140)
* Kubernetes Pod explanation (Jack McDonnell)
* Kubernetes Deployment explanation
* Kubectl explanation
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index f638b04..4ab5b4b 100644
--- a/README.md
+++ b/README.md
@@ -5281,6 +5281,7 @@ The workers are the nodes which run the applications and workloads.
What is kubectl?
+Kubectl is the Kubernetes command line tool that allows you to run commands against Kubernetes clusters. For example, you can use kubectl to deploy applications, inspect and manage cluster resources, and view logs.
Which command you run to view your nodes?