Lightweight Kubernetes Cluster on Raspberry Pi with Servercore

Lightweight Kubernetes Cluster on Raspberry Pi with Servercore

Servercore is a dynamic cloud platform that recently launched its servers in the vibrant city of Nairobi, Kenya. I was attracted by their free coupon offer to experience their cloud resources, so I couldn’t resist exploring their proud unique server specifications, including the Raspberry Pi 4B server. Servercore: https://servercore.com/ In this guide, we will introduce … Read more

Understanding Kubernetes Probes and Health Checks in 5 Minutes

Understanding Kubernetes Probes and Health Checks in 5 Minutes

Kubernetes is an open-source container orchestration platform that greatly simplifies the creation and management of applications. Distributed systems like Kubernetes can be challenging to manage because they involve many active components, all of which must work properly for the entire system to run smoothly. Even if a small component fails, it needs to be detected … Read more

How to Quickly View Logs Before Kubernetes Pod Crash

How to Quickly View Logs Before Kubernetes Pod Crash

链接:https://blog.csdn.net/qq_43684922/article/details/128881716 When a pod is in a crash state, the container keeps restarting, and using kubelet logs may result in not being able to capture the logs. The solution is: kubectl previous parameter function: If true, print the logs for the previous instance of the container in a pod if it exists. Single-container pod: kubectl … Read more

Understanding Docker: A Comprehensive Guide to Containerization

Understanding Docker: A Comprehensive Guide to Containerization

(Give ImportNew a star to enhance your Java skills) Author: huashiou segmentfault.com/a/1190000019462392 Off-topic Recently, I have been learning about Docker and Kubernetes. A few days ago, I gave a technical presentation, and upon listening to the recording of my speech, I realized that just preparing a good PPT is far from enough. Without a well-prepared … Read more