Muhammad HassanforDevOps Journey with M Hassanhassandevops.site·8 hours ago4: Understanding Kubernetes: Deep Dive into kubectl create vs kubectl apply, Labels, and SelectorsKubernetes (K8s) provides several commands to manage resources effectively. This blog explores concepts like kubectl create vs kubectl apply, YAML configurations, labels, and selectors with examples. kubectl create vs kubectl apply kubectl create: ...Discussk8s
Phan Văn Hoànghoangpv.hashnode.dev·13 hours agoCertified Kubernetes Administrator (CKA) with Practice Tests - Phần 8: NetworkingSwitching Routing 💡 Chúng ta có hai máy tính, A và B (laptop, desktop, hoặc máy ảo trên cloud, bất kể ở đâu). Làm thế nào để hệ thống A kết nối được với B? Chúng ta kết nối chúng với một switch, và switch sẽ tạo ra một mạng chứa hai hệ thống này...DiscussCKAk8s
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·21 hours agoInstalling Kubernetes Tools: Kind and Kubectl on AWS EC2 - A Simplified GuideDid you know you can set up Kubernetes both locally and on the cloud? Pretty cool, right? If you’re thinking about running it locally, you’ve got some great options like Minikube, KOPs, and Kind. Today, let’s talk about Kind and how easy it makes run...DiscussKubernetes
Muhammad HassanforDevOps Journey with M Hassanhassandevops.site·Nov 20, 20243: Kubernetes Essentials: From Nodes to Pods, Labels, and MoreBefore diving into Kubernetes (K8s) concepts, a handy resource is the Kubernetes Kubectl Cheat Sheet. This guide provides you with essential kubectl commands to manage your cluster efficiently. Auto-Complete for Kubectl To make your experience seamle...Discussk8s
Parth Sharmaparth-sharma-devops.hashnode.dev·Nov 19, 2024Kubernetes Pods: An IntroductionWhat is a k8s pods? A Kubernetes (k8s) pod is the smallest deployable unit in Kubernetes, which can contain one or more containers. Pods are used to manage and run applications within a Kubernetes cluster. When you create a Deployment, Kubernetes cre...DiscussKubernetes
Phan Văn Hoànghoangpv.hashnode.dev·Nov 19, 2024Certified Kubernetes Administrator (CKA) with Practice Tests - Phần 7: StorageStorage in Docker Khi bạn cài đặt Docker trên một hệ thống, nó sẽ tạo ra cấu trúc thư mục này tại /var/lib/docker/. Nó chứa nhiều thư mục bên trong, được gọi là AUFS, containers, images, volumes, v.v. Đây là nơi Docker lưu trữ toàn bộ dữ liệu của nó ...DiscussCKAcka
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Nov 16, 2024Static Pods in KubernetesA Static Pod is a type of Pod that is directly managed by the kubelet on a specific node, rather than being managed by the Kubernetes control plane (API server or scheduler). Static Pods are often used for system-level applications or as a fail-safe ...Discussk8s
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 11, 2024Day 37 Kubernetes Important Interview QuestionsAre you preparing for a Kubernetes interview or just looking to deepen your understanding? This guide covers some essential Kubernetes questions you may encounter. Let’s dive into the key concepts! 1. What is Kubernetes, and Why is It Important? Ku...Discuss·1 like90DayofdevopsDevops
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 10, 2024Day 36 Managing Persistent Volumes in Kubernetes 🚀Introduction Yesterday, you mastered ConfigMaps and Secrets in Kubernetes. Today, we’re diving deeper into Kubernetes storage with Persistent Volumes (PV) and Persistent Volume Claims (PVC)—essential components for managing data in Kubernetes deploym...Discuss90Dayofdevopsk8s
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 9, 2024Managing Persistent Volumes in Kubernetes : A Comprehensive Guide for BeginnersPersistent Volumes (PVs) and Persistent Volume Claims (PVCs) are essential for managing storage in Kubernetes. This guide will walk you through adding and using Persistent Volumes in your Kubernetes deployments, ensuring your applications have the st...Discuss·2 likesKubernetes