Phan Văn Hoànghoangpv.hashnode.dev·Nov 4, 2024Certified Kubernetes Administrator (CKA) with Practice Tests - Phần 2: SchedulingManual Scheduling 💡 Bạn sẽ làm gì khi không có scheduler trong cluster? Bạn có thể không muốn dựa vào scheduler tích hợp sẵn và thay vào đó muốn tự mình lên lịch cho pod. Vậy chính xác thì scheduler hoạt động như thế nào. Hãy bắt đầu với một tệp ...DiscussCKAcka
Nischal Chudalchudalnischal.hashnode.dev·Aug 25, 2024Pods in KubernetesWhat are Pods? In Kubernetes, Pods are the smallest deployable units of computing that you can create and manage. A Pod is a group of one or more containers that are configured to share storage and network resources. This allows containers within a P...Discuss#Pods
Priyan Jimpriyanj.hashnode.dev·Aug 21, 2024StartersA node may be a VM or physical machine, depending on the cluster. The scheduler distributes work or containers across multiple nodes. Have a good understanding of YAML files and when to use them: List, dictionary, List of Dictionaries. Pods k...DiscussLearning K8sKubernetes
Pratik JagrutPropsj.codes·Jul 7, 2024Kubernetes: ReplicaSetIntroduction In the last blog, we explored Pods and how they encapsulate containers to run workloads on Kubernetes. While Pods provide useful features for running workloads, they also have inherent issues due to their ephemeral nature—they can be ter...Discuss·87 readsKubernetesKubernetes
Aaron Williamskubesquad.com·Jul 6, 2024Enhancing Your Career with CKS CertificationIntroduction Curious if the CKS (Certified Kubernetes Security Specialist) Certification is the right choice for you? In this blog post, I’ll share my journey in obtaining this certification and what it took to pass on my first attempt. My primary mo...Discuss·77 readsKubernetes
Pratik JagrutPropsj.codes·Jun 27, 2024Kubernetes Pod 101Introduction With Kubernetes, our main goal is to run our application in a container. However, Kubernetes does not run the container directly on the cluster. Instead, it creates a Pod that encapsulates the container. A Pod is the smallest object tha...Discuss·49 readsKubernetesKubernetes
Pratik JagrutPropsj.codes·Jun 22, 2024Creating a Kubernetes Cluster with Kubeadm and Containerd: A Comprehensive Step-by-Step GuideIntroduction Kubeadm is a tool designed to simplify the process of creating Kubernetes clusters by providing kubeadm init and kubeadm join commands as best-practice "fast paths." - Kubernetes documentation In this blog, we'll go through the step-by-s...Discuss·1.0K readsKubernetesKubernetes
Vaibhav Gagnejavaibhavgagneja.hashnode.dev·Jun 4, 2024Ultimate Guide to Passing the CKAD Exam: Tips, Resources, and StrategiesI cleared the Certified Kubernetes Application Developer (CKAD) exam on my first attempt. Despite CKAD being a comparatively tough exam, I managed to pass it in just 14 days. Here's how I did it. Exam Format Duration: 2 hours Format: Performance-ba...Discuss·1 likeckad
Vaibhav Gagnejavaibhavgagneja.hashnode.dev·Jun 2, 2024How to Get CKAD (Certified Kubernetes Application Developer) Certification in 2 WeeksOverview The Certified Kubernetes Application Developer (CKAD) exam is a certification program developed by the Cloud Native Computing Foundation (CNCF) in collaboration with The Linux Foundation. Its primary purpose is to validate the skills, knowle...Discussckad
Gandhi Forsackgforsack.hashnode.dev·Mar 8, 2024CKA & CKAD Unveiled: My Path to Dual CertificationIntroduction Embarking on the challenging yet rewarding journey to become a Certified Kubernetes Administrator (CKA) and Certified Kubernetes Application Developer (CKAD) is a significant achievement. In this blog post, I'll share my personal success...Discuss·56 readsKubernetes