Skip to content

Commit

Permalink
add kubectl readme
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Jan 18, 2025
1 parent 9736e28 commit 3527868
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ which can be easily migrated to other services if needed.
`kompose` CLI for converting `docker-compose.yml` to Kubernetes manifests
[(guide)](https://kompose.io/installation/).

The `kubectl` [(guide)](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/)
CLI is also needed for running commands against Kubernetes clusters.

Once installed, verify that these binaries are available:

```
```bash
kompose --version
gcloud --version
kubectl version --client
```

1. Authenticate GCP environment.
Expand Down

0 comments on commit 3527868

Please sign in to comment.