Install Kubectl on Windows

preview_player
Показать описание
Installing Kubectl v1.28 on Windows

#devops #devopsmadeeasy #devsecops #docker #kubernetes
#jenkins #cicd #cka #ckad #cks #ansible #aws #cloud

🔔 Subscribe for more interesting videos on DevSecOps, Programming, and Cloud.
✉️ Join our Telegram community for real-time updates on our upcoming training

▬▬▬▬▬▬ Resources for this video ▬▬▬▬▬▬

▬▬▬▬▬▬ Timestamps ▬▬▬▬▬▬
0:00 - Intro
0:10 - Actual Video

▬▬▬▬▬▬ Popular Videos/Playlists ▬▬▬▬▬▬

▬▬▬▬▬▬ Connect with me ▬▬▬▬▬▬

▬▬▬▬▬▬ About the channel ▬▬▬▬▬▬
Welcome to my YouTube channel! Here, you'll find a wide variety of engaging and informative content on topics ranging from DevOps, Security, Technology, Programming, Cloud, and more. I strive to deliver the best quality videos that are both informative and educational.

I consistently post the latest videos every week, so be sure to subscribe to stay up to date with my latest content. I'm building a community of curious and open-minded individuals with this channel, and I always welcome your comments and feedback.

Don't forget to hit that subscribe button and turn on notifications to never miss a video. Thank you for joining me on this journey! Don't forget to like and share our videos with your friends and let us know what you think in the comments below!

▬▬▬▬▬▬ Disclaimer ▬▬▬▬▬▬
Images from other websites may be used in videos or presentations. These images are only for educational purposes.
Рекомендации по теме
Комментарии
Автор

so where to put config file to connect to cluster???

night_gryphon
Автор

Thanks for sharing. But I would like to know what the Windows system requirements are to be able to install Kubectl on it. Thanks

adeolaadefolaju
Автор

Hi,
What does the server version mean here?
When I run the kubectl version i get a warning with client version 1.28.2 and server version - 1.20.4

darshanumapathi
Автор

the kubectl version command still doesnt work outside the c:\tools, eventhough I updated the env variables path, any suggestion on what should I do ?

amr
Автор

when I run kubectl version command, I am getting "Unable to connect to the server: dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it."

vijayapatha
Автор

I got error this system can not execute the specified program

pratikshabansode
Автор

hi there, while i was run this command, it showing error. how to get rid of this error can u xplain?
kubectl version
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"27", GitVersion:"v1.27.2", GitCommit:"7f6f68fdabc4df88cfea2dcf9a19b2b830f1e647", GitTreeState:"clean", BuildDate:"2023-05-17T14:20:07Z", GoVersion:"go1.20.4", Compiler:"gc", Platform:"windows/amd64"}
Kustomize Version: v5.0.1
Unable to connect to the server: dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it.

Yvenkatesh-bblw