Kubectl explanation (#140)

* Kubernetes Pod explanation (Jack McDonnell)

* Kubernetes Deployment explanation

* Kubectl explanation
This commit is contained in:
Jack McDonnell 2021-07-17 09:55:29 -07:00 committed by GitHub
parent b30bb7d41b
commit 13cecf6f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5281,6 +5281,7 @@ The workers are the nodes which run the applications and workloads.
<summary>What is kubectl?</summary><br><b> <summary>What is kubectl?</summary><br><b>
</b></details> </b></details>
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.
<details> <details>
<summary>Which command you run to view your nodes?</code></summary><br><b> <summary>Which command you run to view your nodes?</code></summary><br><b>