k8s thw 03 - client tools
in this step we want to install kubectl
- this can be done on a maschine outside the cluseter
# on arch
> pacman -S kubectl
# check installation
> kubectl version --client
---
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.1"...
— copyleft —
all commands shown on this page are from
mmumshad’s fork of “kubernetes-the-hard-way” by kelseyhightower
on github
19-09-2021