<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kubernetes on Devops Monk</title><link>https://devops-monk.com/categories/kubernetes/</link><description>Recent content in Kubernetes on Devops Monk</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 05 Sep 2020 02:05:05 +0000</lastBuildDate><atom:link href="https://devops-monk.com/categories/kubernetes/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started With ChartMuseum</title><link>https://devops-monk.com/2020/09/getting-started-with-chartmuseusm/</link><pubDate>Sat, 05 Sep 2020 02:05:05 +0000</pubDate><guid>https://devops-monk.com/2020/09/getting-started-with-chartmuseusm/</guid><description>When you build custom Helm charts for your organisation, you need somewhere to store and distribute them. Public registries like Artifact Hub are not suitable for internal charts. ChartMuseum is an open-source Helm chart repository server that you can run on your own infrastructure — with support for local storage, AWS S3, GCS, Azure Blob, and more.
How It Fits Into Your Workflow flowchart LR Dev[Developer] -->|helm package| Chart[chart.tgz] Chart -->|curl POST| CM[ChartMuseum Server] CM -->|stores in| Storage[Local / S3 / GCS / Azure] CI[CI Pipeline] -->|helm install| CM Cluster[Kubernetes Cluster] -->|pulls chart| CI ChartMuseum exposes a standard Helm repository API — any Helm client can add it as a repository and install charts from it exactly like any public repo.</description></item><item><title>Getting Started With Helm 3</title><link>https://devops-monk.com/2020/09/getting-started-with-helm3/</link><pubDate>Sat, 05 Sep 2020 02:05:05 +0000</pubDate><guid>https://devops-monk.com/2020/09/getting-started-with-helm3/</guid><description>Helm is the package manager for Kubernetes — the same idea as apt on Ubuntu or npm in Node.js, but for deploying applications to your cluster. Instead of writing and maintaining dozens of raw Kubernetes YAML files per application, you define a chart once, parameterise it with values, and deploy it consistently across every environment.
Note: Helm 4 was released in 2025 with breaking changes. This guide covers Helm 3, which remains widely used and supported.</description></item><item><title>Kubernetes practice questions for CKAD exam ?</title><link>https://devops-monk.com/2020/07/kubernetes-practice-CKAD-Exam/</link><pubDate>Sun, 19 Jul 2020 02:05:05 +0000</pubDate><guid>https://devops-monk.com/2020/07/kubernetes-practice-CKAD-Exam/</guid><description>The CKAD (Certified Kubernetes Application Developer) is a performance-based exam from the CNCF/Linux Foundation. Unlike multiple choice tests, you work in a live Kubernetes cluster — you must know your kubectl commands cold and be able to write YAML from memory under time pressure.
Exam details (2024/2025):
Duration: 2 hours Format: Performance-based, hands-on in a live cluster (Kubernetes v1.31+) Pass mark: 66% Cost: $395 (includes one free retake) Current Exam Domains Domain Weight Application Design and Build 20% Application Deployment 20% Application Environment, Configuration and Security 25% Application Observability and Maintenance 15% Services and Networking 20% The Environment, Configuration and Security domain carries the most weight — ConfigMaps, Secrets, SecurityContexts, and resource limits are tested heavily.</description></item></channel></rss>