Skip to content

kubernetes installation#1

Open
devopsdesk wants to merge 1 commit into
blrdevopstraining:masterfrom
devopsdesk:patch-1
Open

kubernetes installation#1
devopsdesk wants to merge 1 commit into
blrdevopstraining:masterfrom
devopsdesk:patch-1

Conversation

@devopsdesk

Copy link
Copy Markdown

No description provided.

@devopsdesk

Copy link
Copy Markdown
Author

merge

@r0ushann

Copy link
Copy Markdown

kubernetes installation:

install the latest version;
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"

validate the binary with the following command

curl -LO "https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"
if it's valid , an 'OK' output will be shown.

kubectl installation

sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl

check the install version ,
kubectl version --client

hope it works for you :)

@r0ushann

Copy link
Copy Markdown

@devopsdesk if your issue has been resolved u can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants