Get an introduction to more Kubernetes resources, such as deployments, service and DaemonSets. These resources are created by a user to run and manage their application on the cluster.
- [Instructor] We learn about the basic building blocks…of Kubernetes resources for pods.…Let's look at some other Kubernetes resources next.…Our deployment object provides declarative updates for pods.…You describe a desired state and a deployment object…and Kubernetes cluster changes the actual state…to the desired state at a controlled rate.…Multiple replicas of a pod can be created…by specifying the number of replicas.…A new version of the pod can be rolled out to all replicas…or it can roll back to a previously deployed version.…
That is how a sample Kubernetes deployment manifest…might look like.…Let's walk through this.…You can see the apiVersion is different here.…The Kubernetes object to be created here is a deployment.…Usual metadata section.…In spec, replicas is a new entry…and defines a number of desired pods.…Selector defines a label selector for pods.…MatchLabel in that defines the exact set…of labels that are matched.…Any pods matching these labels…will be included in the deployment.…
In our case, it's looking for app column greeting labels.…
Author
Released
2/28/2019- Packaging applications using Docker
- Building a Docker image with a Dockerfile and Jib
- Defining Kubernetes clusters
- Deploying with standalone manifests
- Deploying with Helm charts
- Deploying a Kubernetes cluster on AWS
- Adding an Istio service mesh
- Shifting traffic with Istio
- Creating a deployment pipeline
Skill Level Advanced
Duration
Views
Related Courses
-
Docker for Java Developers
with Arun Gupta4h 37m Advanced -
Learning Kubernetes
with Karthik Gaekwad2h 19m Beginner -
Running Kubernetes on AWS (EKS)
with Robert Starmer1h 26m Advanced
-
Introduction
-
What you should know1m 2s
-
1. Introduction to Kubernetes
-
Why Kubernetes?3m 41s
-
-
2. Packaging Our App Using Docker
-
Docker workflow2m 29s
-
-
3. Kubernetes Concepts and Getting Started
-
Kubernetes resources4m 13s
-
Kubernetes cluster concepts4m 27s
-
Introduction to Helm charts5m 38s
-
Deploy using Helm charts4m 18s
-
4. Kubernetes Cluster on AWS
-
Introduction to Amazon EKS5m 13s
-
EKS deployment3m 44s
-
-
5. Service Mesh and Istio
-
Install Istio on Amazon EKS1m 56s
-
Create Istio resources5m 34s
-
Traffic shifting using Istio3m 17s
-
Visualize mesh using Kiali9m 25s
-
6. Deployment Pipelines
-
Skaffold7m 3s
-
AWS CodePipeline9m 6s
-
-
Conclusion
-
Next steps1m 28s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Kubernetes resources