Pass The Cka Exam With These 100 Practice Questions

Posted By: ELK1nG

Pass The Cka Exam With These 100 Practice Questions
Last updated 10/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.52 GB | Duration: 3h 28m

Learn Kubernetes with 100 questions

What you'll learn

Cluster Architecture, Installation & Configuration: Learn how to set up and configure Kubernetes clusters like a pro.

Workloads & Scheduling: Understand how to manage and schedule workloads efficiently within Kubernetes.

Services & Networking: Master the art of networking and service management in a Kubernetes environment.

Storage: Discover the best practices for handling storage in Kubernetes and ensure seamless data management.

Troubleshooting: Develop the skills to troubleshoot common issues that may arise in a Kubernetes setup.

Requirements

You need a computer or virtual machine

You need Minikube or a Kubernetes testing cluster installed

You need to use a program to organize your notes like OneNote

Description

Welcome to the Ultimate Practical Kubernetes Course:“Learn Kubernetes with 100 Questions.“Are you ready to learn about Kubernetes and become a pro? Look no further! In this course, we’ll guide you through 100 hands-on practice questions that cover every aspect of working with Kubernetes. Say goodbye to boring theory and complicated guides. With our course, all you have to do is sit back, relax, and follow the instructor’s easy-to-understand steps to complete the assignments.Become CKA Certified!Are you aiming to achieve the prestigious Certified Kubernetes Administrator (CKA) certification? You’re in luck! Our course is an excellent preparation tool for the CKA exam and to learn Kubernetes. We have meticulously crafted practice questions that closely resemble those you’ll encounter in the exam. Moreover, we’ve gone the extra mile to create an immersive experience in our videos, simulating the real exam scenario as closely as possible.What will you learn?We’ve got you covered on all the essential topics to make you a Kubernetes expert:Cluster Architecture, Installation & Configuration: Learn how to set up and configure Kubernetes clusters like a pro.Workloads & Scheduling: Understand how to manage and schedule workloads efficiently within Kubernetes.Services & Networking: Master the art of networking and service management in a Kubernetes environment.Storage: Discover the best practices for handling storage in Kubernetes and ensure seamless data management.Troubleshooting: Develop the skills to troubleshoot common issues that may arise in a Kubernetes setup.

Overview

Section 1: Learn Kubernetes with 100 questions

Lecture 1 Update the image of the deployment

Lecture 2 Change the static pod path

Lecture 3 Upgrade the cluster

Lecture 4 Create a deployment with replicas

Lecture 5 Create a pod with labels

Lecture 6 Create a pod in a namespace

Lecture 7 Create a pod and expose it

Lecture 8 Upgrade a deployment by using rolling update

Lecture 9 Create a pod with a command

Lecture 10 Taint a node to be unschedulable

Lecture 11 Create a new service account, clusterrole and clusterrolebinding

Lecture 12 Create a NetworkPolicy that allows all pods in the namespace to use one port

Lecture 13 List all the internal IP's of all the nodes in the cluster

Lecture 14 Create a multipod with two containers and add a command

Lecture 15 Create a new user and grant him access to the cluster

Lecture 16 Create a service from the pod and run a DNS lookup to check the service

Lecture 17 Create a secret and mount it to the pod

Lecture 18 List all the the persistent volumes sorted by capacity

Lecture 19 Find the pod which is consuming the most CPU

Lecture 20 Use JSON path to get all the node names

Lecture 21 Show the logs from the container

Lecture 22 Create a new ingress resource and expose the service on a path

Lecture 23 Overwrite the label of the pod with a value

Lecture 24 Upgrade the image in the deployment, check the history and roll back

Lecture 25 Find out which pods are available with the label in the cluster

Lecture 26 Find out why a pod is failing and fix the issue

Lecture 27 Create a pod that will only be scheduled on a node with a specific label

Lecture 28 Create a pod which uses a persistent volume for storage

Lecture 29 Remove the taint added to the node

Lecture 30 Take a backup and restore ETCD

Lecture 31 Schedule a pod on the node by using tolerations

Lecture 32 Apply autoscaling to the deployment

Lecture 33 Check how many nodes are in ready state

Lecture 34 Check how many nodes are in ready state

Lecture 35 Create a configmap and add it to the pod

Lecture 36 List all the events sorted by the timestamp

Lecture 37 Create a pod with a non-persistent volume

Lecture 38 Investigate the node and bring it back to ready state

Lecture 39 Make the node unavailable and reschedule all the pods on it

Lecture 40 Create a pod which echo's a sentence, exists and is deleted automatically

Lecture 41 Annotate an existing pod and use a value

Lecture 42 Get a list of all the pods in all the namespaces

Lecture 43 Update the password in the existing configmap

Lecture 44 Troubleshoot a pod which is not scheduling on the node and fix the issue

Lecture 45 Create a network policy and allow traffic from a pod to two services

Lecture 46 Create a pod and set "SYS_TIME", and let it sleep for one hour

Lecture 47 Create a clusterrole and a clusterrolebinding

Lecture 48 Get the IP address of a pod

Lecture 49 Find out the version of the cluster

Lecture 50 Change the mountpath of a container in a statefulset

Lecture 51 Create a cronjob which prints the date and "Running" every minute

Lecture 52 Use JSONPATH and get a list of all the pods awith name and namespace

Lecture 53 Create a networkpolicy

Lecture 54 Create a pod with container port 80

Lecture 55 Monitor the logs of a pod

Lecture 56 Rollback a deployment to revision 1

Lecture 57 List a pod with custom columns

Lecture 58 For a pod, set the CPU memory requests and limits

Lecture 59 Create a pod with a non-persistent storage

Lecture 60 Troubleshoot a failed pod and make it running again

Lecture 61 Expose a pod internally and create a test-pod for look-up

Lecture 62 Create a DaemonSet

Lecture 63 Fix a non-schedulable node

Lecture 64 Get all the objects in all the namespaces

Lecture 65 Create a pod and assign it to the node

Lecture 66 Find all the pods with a specific label

Lecture 67 Create a taint on the node

Lecture 68 Create a pod and set tolerations

Lecture 69 Check the image version of a pod without using the describe command

Lecture 70 Create a pod with a sidecar container for logging

Lecture 71 Find out where the Kubernetes master and KubeDNS are running at

Lecture 72 Print the pod names and start times to a file

Lecture 73 Create a pod which runs a command and sleeps for 100 seconds

Lecture 74 Create a pod and specify a CPU request and a CPU limit

Lecture 75 Scale a deployment to 5 replicas

Lecture 76 List all the secrets and configmaps in the cluster in all namespaces

Lecture 77 Create a NetworkPolicy which denies all the ingress traffic

Lecture 78 Create an init container in a pod

Lecture 79 List the logs of the pod and search for the pattern "start"

Lecture 80 Expose the deployment

Lecture 81 Create two pods with different labels

Lecture 82 Create a clusterrole, service account and rolebinding

Lecture 83 Find the static pod path

Lecture 84 Delete a pod without any delay

Lecture 85 Grep the current context and write it to a file

Lecture 86 Get a list of all the pods which were recently deleted

Lecture 87 Troubleshoot the pod and fix the issue

Lecture 88 Create a pod with a storage which lasts as long as the lifetime of the pod

Lecture 89 Create a pod and add the "runAsUser" and "fsGroup"

Lecture 90 Troubleshoot and fix the kubeconfig file

Lecture 91 Create a pod and set "NET_ADMIN"

Lecture 92 Delete all the pods with a specific label

Lecture 93 Create a multipod with 3 containers

Lecture 94 Replace a pod with an existing yaml file and verify after

Lecture 95 Change the requested storage size of the PersistentVolumeClaim

Lecture 96 Edit an existing pod and add a command

Lecture 97 Add a readiness probe to an existing deployment

Lecture 98 Get all contexts and write it to a file

Lecture 99 Create a replicaset which has 3 replicas

Lecture 100 List all the control plane components and write them to a file

Students who want learn how to use Kubernetes,Students who want to pass the CKA exam