Harshit Sahuharshitsahu2311.hashnode.dev·20 hours agoMulti-Stage Docker Build - CKAContainerization has become a critical part of modern application development and deployment workflows. Docker allows developers to package their applications, including all dependencies, into a portable image. One of the best practices in Dockerfile...26 readsmulti stage docker file
Harshit Sahuharshitsahu2311.hashnode.dev·Dec 20, 2024Dockerize a Project - CKA1. What is Docker? Docker is a platform designed to create, deploy, and run applications using containers. Containers allow developers to package applications with all necessary dependencies, ensuring they run seamlessly in any environment. 2. Why Do...Docker
Sebastien Legrand Ngemboubasiclearn.hashnode.dev·Dec 19, 2024Road To CkaI am prepraing myself for the Certified Kubernetes Administrator and i wolud like to share my journey with you all. Today i would like to share information about CKA Exam Prerequisites,Syllabus , Exam details. To preprar myself for the CKA Exam i am ...1 likecka
Darshan Patidardarshanip.hashnode.dev·Dec 13, 2024Why the Learning Journey Should Never Stop: Endless-K8s-LearningContinuous learning is a key part of the Kubernetes journey, and that’s what inspired me to create Endless-K8s-Learning. This repository is designed to challenge myself and others with real-world Kubernetes problems. Through this initiative, I hope t...Kubernetes
Phan Văn Hoànghoangpv.hashnode.dev·Nov 25, 2024Certified Kubernetes Administrator (CKA) - Phần 9: TaskUpgrade the current version of kubernetes from 1.30.0 to 1.31.0 exactly using the kubeadm utility. Upgrading kubeadm clusters Changing the package repository (Master & Worker node): echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] \...Kubernetesk8s
Phan Văn Hoànghoangpv.hashnode.dev·Nov 21, 2024Certified Kubernetes Administrator (CKA) - 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...Kubernetesk8s
Phan Văn Hoànghoangpv.hashnode.dev·Nov 19, 2024Certified Kubernetes Administrator (CKA) - 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ó ...Kubernetescka
Phan Văn Hoànghoangpv.hashnode.dev·Nov 8, 2024Certified Kubernetes Administrator (CKA) - Phần 6: SecurityKubermetes Security Primitives Kubernetes là một platform phù hợp để lưu trữ các ứng dụng bằng container. Security là mối quan tâm hàng đầu. Tất cả quyền truy cập vào các máy chủ phải được bảo mật: Xác thực dựa trên mật khẩu bị vô hiệu hóa. Chỉ cu...33 readsKubernetesk8s
Phan Văn Hoànghoangpv.hashnode.dev·Nov 7, 2024Certified Kubernetes Administrator (CKA) - Phần 5: Cluster MaintenanceOS Upgrades Bạn có thể phải gỡ bỏ các node chẳng hạn như vì mục đích bảo trì, nâng cấp phần mềm hoặc áp dụng các bản vá như các bản vá bảo mật trên cluster. Bạn có 1 cụm Kubernetes gồm 4 node và các pod chạy trên đó. 💡 Điều gì xảy ra khi một trong...KubernetesKubernetes
Phan Văn Hoànghoangpv.hashnode.dev·Nov 6, 2024Certified Kubernetes Administrator (CKA) Phần 4: Application Lifecycle ManagementRolling Updates and Rollbacks Trước khi tìm hiểu cách nâng cấp ứng dụng của chúng ta, hãy thử hiểu về rollout (quy trình triển khai) và versioning trong một triển khai (deployment). Khi tạo một deployment đầu tiên,, nó sẽ kích hoạt một lần triển khai...Kubernetesk8s