Docs
/
Kubernetes & Orchestration
Kubernetes & Orchestration
Container orchestration with K3s, MicroK8s, Helm, and more.
79 articles
-
Kubernetes Network Policies for Pod Security
Step-by-step tutorial for network-policies on Ubuntu/Debian servers, with practical code examples and troubleshooting tips.
92 views
-
Setting Up Kubernetes Dashboard Securely
A comprehensive guide to dashboard covering installation, configuration, and optimization for Linux VPS environments.
96 views
-
Helm Chart Creation for Custom Applications
Everything you need to know about helm for your VPS, from initial setup to production-ready configuration with charts.
96 views
-
Kubernetes CronJobs for Scheduled Tasks
Step-by-step tutorial for cronjobs on Ubuntu/Debian servers, with practical code examples and troubleshooting tips.
99 views
-
Kubernetes Pod Disruption Budgets
Step-by-step tutorial for pdb on Ubuntu/Debian servers, with practical code examples and troubleshooting tips.
102 views
-
K3s Single-Node Installation for Development
Everything you need to know about k3s for your VPS, from initial setup to production-ready configuration with single-node.
92 views
-
Kubernetes Persistent Volumes with Longhorn
Step-by-step tutorial for persistent-volumes on Ubuntu/Debian servers, with practical code examples and troubleshooting tips.
99 views
-
How to Deploy Grafana with Pre-Built Dashboards from the Marketplace
Deploy Grafana with pre-configured monitoring dashboards using the Kazepute one-click marketplace.
553 views
-
How to Customize Marketplace Apps with Environment Variables
Learn how to customize marketplace app settings using environment variables for database passwords, ports, and integrations.
248 views
-
How to Upgrade Marketplace Apps Without Data Loss
Safely upgrade marketplace apps to the latest version while preserving all your data and configuration.
457 views
-
How to Roll Back a Failed Marketplace App Deployment
Diagnose and recover from failed marketplace app deployments with step-by-step rollback procedures.
312 views
-
How to Deploy Immich Photo Manager from the Marketplace
Deploy Immich as a self-hosted Google Photos replacement with AI features using the Kazepute marketplace.
341 views
-
How to Deploy Plausible Analytics from the Marketplace
Deploy Plausible Analytics as a privacy-focused Google Analytics alternative from the Kazepute marketplace.
495 views
-
How to Deploy a Discourse Forum from the Marketplace
Set up a Discourse community forum from the Kazepute marketplace with email configuration and custom domain.
478 views
-
K3s Multi-Node Cluster with Embedded etcd
Learn how to set up and configure k3s on your VPS with step-by-step instructions, including multi-node and best practices for production environments.
98 views
-
Talos Linux Immutable Kubernetes
Deploy Kubernetes on Talos Linux for an immutable, API-managed operating system purpose-built for running Kubernetes clusters securely.
388 views
-
Production K3s with MetalLB
Deploy a production-ready K3s Kubernetes cluster with MetalLB load balancer for bare metal and VPS environments.
322 views
-
Service Mesh with Istio
Install and configure Istio service mesh for traffic management, security, and observability in your Kubernetes cluster.
193 views
-
Kubernetes Autoscaling HPA VPA
Configure Horizontal Pod Autoscaler and Vertical Pod Autoscaler for automatic resource scaling in Kubernetes.
217 views
-
Kube-Prometheus-Stack Observability
Deploy the kube-prometheus-stack for comprehensive Kubernetes monitoring with Prometheus, Grafana, and alerting.
250 views
-
Kustomize Configuration Management
Use Kustomize for template-free Kubernetes configuration management with overlays, patches, and environment-specific customization.
375 views
-
Kubernetes Operator from Scratch
Build a Kubernetes operator in Go using the Operator SDK for automated application lifecycle management.
202 views
-
Pod Security Standards
Implement Pod Security Standards for restricting container privileges and enforcing security best practices in Kubernetes.
209 views
-
Cilium CNI Plugin
Deploy Cilium as your Kubernetes CNI for eBPF-powered networking, security policies, and observability.
317 views
-
Stateful Applications Kubernetes
Run stateful applications in Kubernetes with StatefulSets, persistent volumes, and backup strategies for databases.
320 views
-
External Secrets Operator
Sync secrets from external providers like Vault, AWS Secrets Manager, and Azure Key Vault into Kubernetes.
501 views
-
Multi-Tenancy Namespaces
Implement multi-tenancy in Kubernetes with namespace isolation, resource quotas, network policies, and RBAC.
220 views
-
Knative Serverless
Deploy Knative for serverless workloads on Kubernetes with automatic scaling, event-driven architecture, and scale-to-zero.
419 views
-
Skaffold Development Workflows
Use Skaffold for streamlined Kubernetes development with automatic building, pushing, and deploying on code changes.
396 views
-
Argo Workflows Data Pipelines
Build data pipelines and batch processing workflows with Argo Workflows on Kubernetes.
325 views
-
Gateway API Ingress Replacement
Adopt the Kubernetes Gateway API as a modern replacement for Ingress with improved routing, traffic management, and extensibility.
282 views
-
Nomad Lightweight Alternative
Deploy HashiCorp Nomad as a lightweight alternative to Kubernetes for container and non-container workload orchestration.
194 views
-
Back Up etcd
Implement etcd backup and restore procedures for Kubernetes cluster disaster recovery.
248 views
-
Debug Kubernetes Networking
Diagnose and fix Kubernetes networking issues with systematic debugging tools and techniques.
343 views
-
Virtual Clusters vCluster
Create virtual Kubernetes clusters with vCluster for multi-tenancy, development environments, and CI/CD isolation.
328 views
-
Kustomize for Environment-Specific Configurations
A comprehensive guide to kustomize covering installation, configuration, and optimization for Linux VPS environments.
103 views
-
How to Set Up Kubernetes Dashboard
How to Set Up Kubernetes Dashboard The Kubernetes Dashboard is a web-based UI that gives you a visual overview of your cluster. It lets you manage workloads,...
120 views
-
How to Configure Kubernetes RBAC
How to Configure Kubernetes RBAC Role-Based Access Control (RBAC) in Kubernetes lets you define fine-grained permissions for users, service accounts, and gro...
120 views
-
How to Deploy a StatefulSet in Kubernetes
How to Deploy a StatefulSet in Kubernetes StatefulSets are the Kubernetes workload controller designed for applications that require stable network identitie...
124 views
-
How to Set Up Kubernetes Network Policies
How to Set Up Kubernetes Network Policies Network Policies let you control traffic flow between pods at the IP and port level. By default, all pods in a Kube...
126 views
-
How to Use Kubernetes ConfigMaps and Secrets
How to Use Kubernetes ConfigMaps and Secrets ConfigMaps and Secrets decouple configuration from container images, making your applications portable and easie...
118 views
-
How to Set Up Horizontal Pod Autoscaling
How to Set Up Horizontal Pod Autoscaling Horizontal Pod Autoscaling (HPA) automatically scales the number of pod replicas based on observed CPU utilization, ...
119 views
-
How to Debug Kubernetes Pod Failures
How to Debug Kubernetes Pod Failures Pod failures are one of the most common issues in Kubernetes. Whether your pods are stuck in CrashLoopBackOff, ImagePull...
138 views
-
How to Use Helm Charts for Kubernetes Deployments
How to Use Helm Charts for Kubernetes Deployments Helm is the package manager for Kubernetes. It bundles related manifests into reusable, versioned, and conf...
117 views
-
How to Set Up Kubernetes Ingress with Nginx
How to Set Up Kubernetes Ingress with Nginx An Ingress controller manages external HTTP and HTTPS access to services inside your Kubernetes cluster. The Ngin...
119 views
-
How to Configure Kubernetes Persistent Volumes
How to Configure Kubernetes Persistent Volumes Persistent Volumes (PVs) and Persistent Volume Claims (PVCs) provide durable storage for Kubernetes workloads....
115 views
-
How to Set Up a Kubernetes CronJob
How to Set Up a Kubernetes CronJob CronJobs in Kubernetes run tasks on a recurring schedule, just like traditional cron on Linux. They are ideal for backups,...
117 views
-
How to Perform Rolling Updates in Kubernetes
How to Perform Rolling Updates in Kubernetes Rolling updates let you update your application to a new version with zero downtime. Kubernetes gradually replac...
122 views
-
How to Monitor Kubernetes with Prometheus
How to Monitor Kubernetes with Prometheus Prometheus is the de facto monitoring solution for Kubernetes. It scrapes metrics from your cluster components, app...
118 views
-
How to Set Up Multi-Node Kubernetes with kubeadm
How to Set Up Multi-Node Kubernetes with kubeadm kubeadm is the official tool for bootstrapping production-grade Kubernetes clusters. This guide walks you th...
123 views
-
How to Back Up and Restore Kubernetes Resources with Velero
How to Back Up and Restore Kubernetes Resources with Velero Velero is an open-source tool for backing up, restoring, and migrating Kubernetes cluster resourc...
119 views
-
How to Set Up K3s High Availability Cluster
K3s supports high availability (HA) by running multiple server nodes with an embedded etcd datastore. This ensures your cluster stays operational even if a c...
125 views
-
How to Set Up Longhorn Storage for Kubernetes
Longhorn is a lightweight distributed block storage system for Kubernetes. It provides persistent volumes with built-in replication, snapshots, and backups. ...
124 views
-
Kubernetes CronJobs and Batch Processing
Kubernetes CronJobs allow you to run tasks on a recurring schedule, similar to traditional cron but with the benefits of containerization, logging, and resou...
127 views
-
How to Migrate Docker Compose to Kubernetes
Moving from Docker Compose to Kubernetes gives you better scaling, self-healing, and production-grade orchestration. This guide walks through converting a Co...
120 views
-
How to Set Up Velero for Kubernetes Backups
Velero is an open-source tool for backing up and restoring Kubernetes cluster resources and persistent volumes. It supports scheduled backups and disaster re...
111 views
-
Getting Started with K3s Lightweight Kubernetes
What Is K3s?K3s is a certified, lightweight Kubernetes distribution designed for resource-constrained environments. It packages the entire Kubernetes control...
116 views
-
How to Install MicroK8s on Ubuntu
What Is MicroK8s?MicroK8s is a lightweight, snap-based Kubernetes distribution from Canonical. It provides a full Kubernetes experience with optional add-ons...
120 views
-
Kubernetes Basics Pods Services and Deployments
Core Kubernetes ConceptsUnderstanding Pods, Services, and Deployments is essential for working with Kubernetes on your Breeze. These three resources form the...
111 views
-
How to Deploy an Application on K3s
OverviewOnce K3s is running on your Breeze, deploying an application involves creating Kubernetes manifests for your Deployment and Service, then applying th...
101 views
-
How to Set Up Helm Package Manager for Kubernetes
What Is Helm?Helm is the package manager for Kubernetes. It uses charts — pre-configured templates of Kubernetes resources — to deploy complex applicatio...
111 views
-
Managing Kubernetes Storage with Persistent Volumes
Why Persistent Storage?Containers are ephemeral — when a Pod restarts, its filesystem resets. Persistent Volumes (PVs) and Persistent Volume Claims (PVCs) ...
115 views
-
Kubernetes Ingress with Nginx Ingress Controller
What Is Ingress?Ingress is a Kubernetes resource that manages external HTTP and HTTPS access to services inside the cluster. An Ingress Controller processes ...
116 views
-
How to Set Up cert-manager for Kubernetes SSL
What Is cert-manager?cert-manager is a Kubernetes add-on that automates the creation, renewal, and management of TLS certificates. It integrates with Let's E...
113 views
-
Kubernetes Monitoring with Prometheus and Grafana
Why Monitor Kubernetes?Monitoring gives you visibility into cluster health, resource usage, and application performance on your Breeze. Prometheus collects m...
113 views
-
How to Set Up Rancher for Kubernetes Management
What Is Rancher?Rancher is an open-source multi-cluster Kubernetes management platform. It provides a web-based UI for deploying, managing, and monitoring Ku...
114 views
-
How to Deploy WordPress on Kubernetes
OverviewRunning WordPress on Kubernetes gives you scalability, easy updates, and self-healing capabilities on your Breeze. This guide uses Helm to deploy Wor...
120 views
-
Kubernetes Secrets Management
What Are Kubernetes Secrets?Secrets store sensitive data such as passwords, API keys, and TLS certificates separately from your application code. Kubernetes ...
125 views
-
How to Debug Kubernetes Pod Issues
Common Pod ProblemsWhen a Pod is not running correctly on your Breeze, Kubernetes provides several tools to diagnose the issue. This guide covers the most co...
122 views
-
Kubernetes Network Policies Explained
What Are Network Policies?Network Policies are Kubernetes resources that control traffic flow between Pods. By default, all Pods can communicate with each ot...
116 views
-
Kubernetes Resource Limits and Requests
Why Set Resource Limits?Resource requests and limits ensure fair resource distribution and prevent a single Pod from consuming all CPU or memory on your Bree...
125 views
-
Kubernetes Resource Quotas and Limit Ranges
Everything you need to know about quotas for your VPS, from initial setup to production-ready configuration with limits.
102 views
-
Troubleshooting Kubernetes Pod CrashLoopBackOff
Practical guide to crashloopbackoff featuring real-world examples, performance tuning tips, and security best practices.
101 views
-
Kubernetes RBAC Configuration Guide
Everything you need to know about rbac for your VPS, from initial setup to production-ready configuration with roles.
97 views
-
Kubernetes Horizontal Pod Autoscaling
A comprehensive guide to hpa covering installation, configuration, and optimization for Linux VPS environments.
101 views
-
Kubernetes Networking Explained Simply
Every Pod gets its own IP address. Pods can communicate with each other directly — no NAT needed.
322 views
-
Setting Up Kubernetes Ingress with Traefik
A comprehensive guide to ingress covering installation, configuration, and optimization for Linux VPS environments.
93 views
-
Setting Up Cert-Manager for Automatic TLS
Practical guide to cert-manager featuring real-world examples, performance tuning tips, and security best practices.
101 views
-
Kubernetes Service Mesh with Linkerd
A comprehensive guide to linkerd covering installation, configuration, and optimization for Linux VPS environments.
97 views