address typos docker-cli-kubectl (#26050)
* fix typos fix typos * Update docker-cli-to-kubectl.md * fix typos
This commit is contained in:
parent
29196d55c4
commit
b7a3e4c971
|
@ -7,7 +7,7 @@ reviewers:
|
|||
---
|
||||
|
||||
<!-- overview -->
|
||||
You can use the Kubernetes command line tool kubectl to interact with the API Server. Using kubectl is straightforward if you are familiar with the Docker command line tool. However, there are a few differences between the docker commands and the kubectl commands. The following sections show a docker sub-command and describe the equivalent kubectl command.
|
||||
You can use the Kubernetes command line tool `kubectl` to interact with the API Server. Using kubectl is straightforward if you are familiar with the Docker command line tool. However, there are a few differences between the Docker commands and the kubectl commands. The following sections show a Docker sub-command and describe the equivalent `kubectl` command.
|
||||
|
||||
|
||||
<!-- body -->
|
||||
|
|
Loading…
Reference in New Issue