Posts

Alternate to github and bitbucket

https://onedev.io/

DockSTARTer

DockSTARTer is to make it quick and easy to get up and running with Docker. DockSTARTer

Kubernetes Practice Assistant (KPA)

The Kubernetes Practice Assistant (KPA) is a simple tool designed to help you prepare for Kubernetes certifications and improve your practical skills. Key features: Interactive practice environment for Kubernetes AI-powered assistant to guide your learning Flexible scenarios to test various skill levels Open-ended practice sessions to fit your schedule Whether you're studying for a certification or just want to sharpen your Kubernetes skills, KPA provides a hands-on, adaptable practice experience.   GitHub - robert-cronin/kpa: A simple tool that uses GPT4o mini and a local MiniKube cluster to help users sharpen their Kubernetes skills with mock scenarios and intelligent feedback.

K8s 500 Prod issues

https://github.com/vijay2181/k8s-500-prod-issues/blob/main/README.md

Shrink you container size up to 95%.

BLAFS is a bloat-aware filesystem for container debloating. The design principles of BLAFS are effective, efficient, and easy to use. It detects the files used by the container, and then debloats the container by removing the unused files. The debloated containers are still functional and can run the same workload as the original containers, but with a much smaller size and faster deployment. https://github.com/negativa-ai/BLAFS?tab=readme-ov-file

alma linux: dnf Module yaml error: Unexpected key in data

While applying recent updates to a server running Rocky Linux 8, an error presented itself. Module yaml error: Unexpected key in data: static_context [line 9 col 3] Module yaml error: Unexpected key in data: static_context [line 9 col 3] The solution turned out to be a simple one. Update the libmodulemd first to correct the problem then perform the dnf updates as usual. dnf update libmodulemd For a detailed explanation as to the cause of this problem.