is there any way we can run kubectl command without sudo acess in KOPS kubernetes

0 votes
Aug 27, 2019 in Kubernetes by anonymous
• 120 points
2,501 views

1 answer to this question.

0 votes

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"
answered Aug 28, 2019 by Adarsh

Related Questions In Kubernetes

0 votes
1 answer

If we dont have metrics server installed? is there any way we can find out which pod in which namespace is consuming more memory?

Hi@jayabmaguluri, I don't know we can do it ...READ MORE

answered Apr 30, 2020 in Kubernetes by MD
• 95,460 points
1,002 views
+1 vote
1 answer
0 votes
1 answer

What is unknown user client in kubernetes?

I think your Legacy Authorisation has been ...READ MORE

answered Sep 12, 2018 in Kubernetes by DareDev
• 6,890 points
904 views
0 votes
2 answers

Is there a way to start a cron job manually

You can create a simple job based ...READ MORE

answered Sep 18, 2018 in Kubernetes by Nilesh
• 7,060 points
11,070 views
0 votes
1 answer

Cannot connect unix:///var/run/docker.sock in kubernetes using GitLab CI runner

Do not use this: DOCKER_DRIVER: overlay because OVERLAY is ...READ MORE

answered Oct 16, 2018 in Kubernetes by DareDev
• 6,890 points
3,676 views
0 votes
2 answers
+1 vote
1 answer

Is autoscaling possible in kubernetes ingress nginx

In principle, the NGINX ingress controller is ...READ MORE

answered Oct 24, 2018 in Kubernetes by Kalgi
• 52,350 points
1,721 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP