Hello please help when i tried the command:- kubectl run nginx-deploy --image nginx--replicas 2 Then it is not creating a deployment in my case it is creating a pod why so please help
@justmeandopensource3 жыл бұрын
Hi Ravi, thanks for watching. Actually, before kubernetes version 1.18, kubectl run would create a deployment by default but since 1.18, it will create a pod. When I did this video, the latest k8s version that GKE supported was 1.10. With recent versions of kubernetes, you can run kubectl create deploy nginx --image nginx to create a deployment.
@Skivification4 жыл бұрын
What is the name, I don't even know, the program? which helps him with autocomplete commands. And can this be put on Ubntu?
@justmeandopensource4 жыл бұрын
Hi, thanks for watching. You can get the autocompletion on any Linux distribution. I use Zsh shell with zsh-autosuggestion plugin. It suggests commands based on your zsh history. Cheers.
@Skivification4 жыл бұрын
@@justmeandopensource wow, your answer was very quick) Thank you!
@justmeandopensource4 жыл бұрын
@@Skivification I have done a video on my terminal set up long time ago. You might find it useful. kzbin.info/www/bejne/qaCkqIinZ8iEfrM
@anilg79155 жыл бұрын
Good Stuff Venkat.I wish you to upload more vedios on K8s. Could you please share a vedio on differnces between Administartion and Development tasks.
@justmeandopensource5 жыл бұрын
Hi Anil, thanks for watching this video. Yes I have more videos planned every week on k8s. Thanks for showing interest on this topic. I have more topics to cover in the coming weeks. I will see if I can find time to do a video you requested. Thanks Venkat
@zisang3154 жыл бұрын
Really good!
@justmeandopensource4 жыл бұрын
Hi Zi, thanks for watching. Cheers.
@lukasliska73245 жыл бұрын
Hi Venkat, great job!!! Could you please share a vedio on cert-manager (helm) with Let's Encrypt Certificates in one videos with HAproxy LoadBalancer? (I have a problem with that) Thanks
@justmeandopensource5 жыл бұрын
Hi Lukas, thanks for watching this video. I am interested in Let's encrypt demo as well. May I know what exactly you are trying to achieve? Thanks.
@lukasliska73245 жыл бұрын
My configuration (2-nodes cluster and with directly access a server behind HAProxy): I have deployed cert-manager using helm and one issuer. ACME issuer - is configured with HTTP-01 challenge mechanism. Next I have Ingress resource - here is my problem. The process should create automatically certificate for Ingress resource - but don't create in my case. When i access my domain via internet browser i see url link: https: // but response is HTTP / 1.1 301 Moved Permanently and Failed to connect to port 443: Connection refused ... Do you have any idea? Of course I can provide my yaml config files. (Maybe via other communication channel) Thanks so much.
@justmeandopensource5 жыл бұрын
@@lukasliska7324 I am currently testing this. I will also play with it this weekend. Will let you know if I get somewhere. Thanks.
@justmeandopensource5 жыл бұрын
@@lukasliska7324 I got it working in the first attempt. I will polish the workflow and record a video of it. Happy weekend. Thanks
@lukasliska73245 жыл бұрын
@@justmeandopensource Nice :) Could the HAProxy be included in your configuration? That would be great. Thank you very much.
@rsrini73 жыл бұрын
Thanks Venket. Can you pls try gcloud anthos and its different :) Also, it would help in comparing similar components from other Cloud Providers. I am exploring Anthos, it would be helpful if you have time on the same.