Getting started with Kubernetes

preview_player
Показать описание

In the last episodes, we talked about containers, nodes, and other basics of Kubernetes. In this video, we show you how to run your Kubernetes application declaratively - allowing you to easily set up CI/CD pipelines, source control, and seamlessly scale your application. Watch to learn how you can declaratively run your applications with Kubernetes!

Chapters:
0:00 - Intro
1:00 - Demo Intro
2:10 - Demo Start
2:57 - Example Kubernetes Deployment
4:50 - Example Kubernetes Service
7:00 - Declarative Kubernetes with “kubectl apply”
8:08 - Adding Configuration Info with ConfigMaps
10:04 - Passing in Secret Info with Kubernetes Secrets
12:36 - Testing the Microservice App
16:06 - Closing Thoughts
16:24 - Join Us Next Time!

product: Kubernetes; fullname: Carter Morgan, Kaslin Fields;

#KubernetesEssentialsfromGoogleCloud

Disclaimer: This is a Google Cloud series and is not affiliated with the Linux Foundation.
Рекомендации по теме
Комментарии
Автор

Thanks a lot. It really helps to get started as well as to refresh the basics of Kubernetes, The concepts are explained in simple terms and able to follow the video well - Not boring! Great .. Looking forward to more in this series.

ManikandanRajasekar
Автор

Thank you 🙏🏽. Well explained and easy to follow plus her mic is really good.

theodmelmoney
Автор

8:08 OMG i never seen that in any documentation but it's so necessary!

TheOnlyEpsilonAlpha
Автор

Where is the hands on link that they keep saying is in the description?

techyesplc
Автор

Can you please update the github repo? my deployments/hello.yaml did not work, I had to change it to match the one in the video. Thanks

juancolmenares
Автор

Why we are getting this message
"The connection to the server localhost:8080 was refused - did you specify the right host or port?"

klawtawar
Автор

i am studying kubernates recently, and my project is spring cloud stack project, whether should i migrate my project to kubernates.

shikenchan
Автор

What's the diff between deployment with k8s and deploy to a cloud platform?

paranoia
Автор

Hello, where can I find the previous video?

ivaylobumbovski
Автор

you keep mentioned that in the previous class we talked about !!
isn't this the getting start video??

AhmadAlkaraki-mbrh
Автор

How do I do auto updates on push to a registry?

AlvarLagerlof
Автор

Hi Team,
Though all of your content about Kubernetes available on this channel is nice but I suggest you to create a new channel for Kubernetes called "Google Kubernetes Engine" and make available detailed content for novice to experts along with the periodic updates and advancements on the same...

ashwanipratap
Автор

hello @Kaslin Fields2 questions : you used curl with -k options to skip certificate verification, why? And where can we find the code lab so we can dig in your demo? Thanks :)

eclipsetutorialvideo
Автор

where are the files to follow along with?

oseedo
Автор

Lovely motivational important things.Iam truly try it's ok👌.

bepshaileshraut
Автор

maybe move the circle with the camera on you on the top part of the screen so it does not hide the code. the top part is pretty useless anyway

VincentAndre_HK
Автор

Really too bad you didn't show the yaml of the frontend, we don't know how secret and configmap are used :(
I guess you used them in a volume and mount with the proper paths : one configmap mount to the nginx conf with the path, one secret mount with the path of cert, key in pem format here /etc/tls

eclipsetutorialvideo
Автор

I pray to work with google this year 👨🏾‍💻

donhbk