55780/there-any-kubectl-command-without-sudo-acess-kops-kubernetes
Yes, you can use kubectl on kops without sudo access. Something like this:
kops create cluster \ --name=${NAME} \ --zones=us-east-2a \ --master-size="t2.micro" \ --node-size="t2.micro" \ --node-count="3" \ --ssh-public-key="~/.ssh/id_rsa.pub"
Hi@jayabmaguluri, I don't know we can do it ...READ MORE
Well, you need to have some way ...READ MORE
I think your Legacy Authorisation has been ...READ MORE
You can create a simple job based ...READ MORE
The application must return a 200 status ...READ MORE
Do not use this: DOCKER_DRIVER: overlay because OVERLAY is ...READ MORE
Duplicate of https://www.edureka.co/community/26673/error-saying-publi ...READ MORE
In principle, the NGINX ingress controller is ...READ MORE
Hey @Alia, I agree with @Harish, It is ...READ MORE
I had the same problem and I ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.