Five Ways Your Platform Engineering Journey Can Derail

Platform engineering is a powerful tool that IT admin teams use to provide just the right combinations of software tool lineups for their...
Kubefeeds Team
4 min read

All Stories

Navigating the Path From Redis to Valkey

Whatever you think of Redis’ decision to change the software license for its in-memory data store, it certainly had a huge...
Kubefeeds Team
7 min read

Announcing 1000 Kubestronauts

CNCF is excited to share that since launching the Kubestronauts program less than a year ago, over 1000 Kubestronauts have joined...
Kubefeeds Team
1 min read

OpenTelemetry.io 2024 review

Project post originally published on the OpenTelemetry blog by Severin Neumann (Cisco), Patrice Chalin (CNCF), Tiffany Hrabusa (Grafana Labs) As 2024 draws to a close, we reflect...

3 min read

How to implement an AIOps strategy at scale

Imagine a day when your IT team resolves critical incidents before users even notice them. In today’s multicloud world, complexity is...

2 min read

Docker Swarm: Simplifying Container Orchestration

Docker Swarm: Orchestrating Containers at Scale Docker Swarm is Docker’s native container orchestration tool, designed to manage and deploy containerized applications...

2 min read

Master Docker Stack: Effortless Multi-Service Deployments

Docker Stack: Simplifying Multi-Service Deployments Docker Stack is a feature that allows you to deploy and manage multiple services as a...

1 min read

The Feds Push WebAssembly for Cloud Native Security

The use of WebAssembly could become mandatory to meet security-compliance requirements while solving other ongoing security conundrums as Wasm becomes more...

4 min read

Decoding the pod termination lifecycle in Kubernetes: a comprehensive guide

Member post by Rohit Raveendran, Facets.Cloud Introduction What happens behind the scenes when a Kubernetes pod shuts down? In Kubernetes, understanding...

6 min read

The Node Resource Interface says “hi” to WebAssembly

Community blog post by Sascha Grunert, CRI-O maintainer The Node Resource Interface (NRI) allows users to write plugins for Open Container Initiative (OCI) compatible runtimes...

3 min read

K8s中的POD两种自动重启方式

1、探针 这个编排部署的时候是不会自动配置的,需要显式配置 2、restartPolicy 当容器崩溃的时候(往往由程序崩溃导致)就会触发POD重启,而这个重启是由于激活了restartPolicy导致的,这个配置参数的值,即使不在部署yml文件中配置,默认也是Always 以前我以为容器内程序崩溃导致的Pod重启是激活的探针导致的,其实并不是

1 sec read

Explore →