Kubernetes on the Cloud and the CNCF CKA Certification
Video description
A comprehensive guide to Kubernetes: 45 labs and 50 practice question
About This Video
Docker, Kubernetes and the cloud platforms:
Understanding the inter-relationships
Pods and containers: Pods are the basic building block in K8S
Each pod holds one or more containers that are tightly-coupled to each other
ReplicaSets: Higher-level abstractions that provide scaling and auto-healing (they encapsulate pods, and bring new pods …
Kubernetes on the Cloud and the CNCF CKA Certification
Video description
A comprehensive guide to Kubernetes: 45 labs and 50 practice question
About This Video
Docker, Kubernetes and the cloud platforms:
Understanding the inter-relationships
Pods and containers: Pods are the basic building block in K8S
Each pod holds one or more containers that are tightly-coupled to each other
ReplicaSets: Higher-level abstractions that provide scaling and auto-healing (they encapsulate pods, and bring new pods back up if the old ones crash)
Deployments: Even higher-level abstractions that provide versioning, fast rollback, rolling updates and more.
Services: Front-end abstractions (think of them as similar to load-balancers) that are loosely coupled with backend pods. Services provide a static, stable network frontend IP, as well as load-balancing
Other K8S objects: StatefulSets, Secrets, ConfigMaps, Jobs and CronJobs and more
CKA test tips: We don't reveal any information about the test that we should not, such as specific questions
In Detail
Kubernetes is also one of the hottest topics in tech today because it is perhaps the only straightforward way to architect a hybrid, multi-cloud compute a solution. Let's parse that- hybrid: this is a solution where an enterprise has a private cloud or on-premise data center, in addition to using one of the public cloud providers (such as AWS, GCP or Azure). Any firm migrating to the cloud is going to have to run a hybrid setup, at least during the migration. Multi-cloud: this refers to the use of more than one cloud provider. Why is this so important? Well, because most large firms are unwilling to be completely locked into one provider, particularly after events like Amazon's acquisition of Whole Foods (that gave pause to a whole lot of potential AWS customers, who decided that 'multi-cloud' makes sense for strategic reasons). The only straightforward way is when cloud providers offer a range of compute solutions, ranging from PaaS (Elastic Beanstalk, or Google App Engine) to IaaS (EC2, or Google Compute Engine VMs). The reality is that PaaS ties you down to one cloud provider, and IaaS is a lot of hassle, during migration and beyond. Kubernetes is supported by each of the Big-3: GCP has a special relationship with Kubernetes (since K8S originated at Google) but now AWS and Azure support it as well. Kubernetes has won the battle of the container orchestration systems. This is why containers running on Kubernetes constitute the hottest compute choice for a hybrid, multi-cloud world.
Lab: Jumping through hoops - kops and AWS
00:05:47
Lab: Play With Kubernetes (PWK)
00:02:32
Chapter 13 : kubeadm: Bootstrapping a Kubernetes Cluster on Ubuntu
RBAC (Role-Based Access Control)
00:04:48
Roles and ClusterRoles
00:02:03
RoleBindings and ClusterRoleBindings
00:03:53
Pod Networks and Flannel
00:05:13
Instantiating Ubuntu VMs
00:07:17
Bootstrapping the Master Node
00:06:39
Configuring the Worker Nodes
00:02:42
Chapter 14 : The CNCF Certified Kubernetes Administrator Test
The CKA Test
00:04:05
Test Day Mechanics
00:06:21
Curriculum and Preparation Tips
00:05:31
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept