Article 1
Learn how to automate Kubernetes workflows using Shell Operator with Bash, Python, or Kubectl and integrate it with Crossplane and Terraform to build a real-time pod monitoring system that sends...
View ArticleArticle 0
Terraform DigitalOcean HA K3S Module is a tool for provisioning a high-availability K3s cluster with an external database on the DigitalOcean cloud platform➤...
View ArticleArticle 1
This article explains how to use the K3S Upgrade Controller to automate patching of the underlying OS in a Kubernetes cluster, including defining upgrade policies and sending notifications➜...
View ArticleArticle 0
Utils is a Docker image with tools like curl, wget, ping, netcat, nslookup, host, dig, psql, mysql, swaks etc➤ https://github.com/arunvelsriram/utils
View ArticleArticle 1
Kubeswitch is a command-line tool to ease switching between different kubectl contextsKubeswitch is a drop-in replacement for kubectx➤ https://github.com/danielfoehrKn/kubeswitch
View ArticleArticle 0
The NVIDIA device plugin for Kubernetes is a Daemonset that allows you to automatically:- Expose the number of GPUs on each node of your cluster- Keep track of the health of your GPUs- Run GPU-enabled...
View ArticleArticle 1
This article guides you through fine-tuning Large Language Models like Llama 3 8B using LLaMA-Factory on Google Kubernetes Engine (GKE), covering setup, cluster creation, and job deployment➜...
View ArticleArticle 0
Spegel is a tool that enables each node in a Kubernetes cluster to act as a local registry mirror, allowing nodes to share images between themselves➤ https://github.com/spegel-org/spegel
View ArticleArticle 1
kube-vip provides Kubernetes clusters with a virtual IP and load balancer for both the control plane (for building a highly-available cluster) and Kubernetes Services of type LoadBalancer without...
View ArticleArticle 0
SlimFaas is a tool for creating functions as a service on KubernetesIt allows you to scale to zero, supports asynchronous and synchronous calls, the retry pattern, and more➤...
View ArticleArticle 1
Kube-green is a simple k8s addon that automatically shuts down (some of) your resources when you don't need them➤ https://kube-green.dev
View ArticleArticle 0
This article guides you through setting up a high-availability K3s cluster with keepalived, galera, and Longhorn and testing its high availability➜...
View ArticleArticle 1
k3s-ansible lets you bootstrap a self-hosted High Availability k3s clusterThe installation is fully automated and includes HA k3s etcd cluster with kube-vip, MetalLB, and more➜...
View ArticleArticle 0
This CSI driver allows Kubernetes to access an NFS server on a Linux node➤ https://github.com/kubernetes-csi/csi-driver-nfs
View ArticleArticle 1
K8up is a Kubernetes Operator that helps you:- Backup all PVCs marked as ReadWriteMany or with a specific label- Perform individual, on-demand backups- Schedule backups to be executed regularlyAnd...
View ArticleArticle 0
FRR-k8s is a BGP backend for MetalLB that allows multiple actors to configure an FRR daemon on an OpenShift nodeThis article explains its architecture, API, and integration with MetalLB, enabling BGP...
View ArticleArticle 1
In this series, you will learn how to set up a home Kubernetes cluster with a cloud-based proxy server, secure it with Wireguard VPN, and configure ingress-nginx for load balancing and TLS encryption➤...
View ArticleArticle 0
In this tutorial, you'll learn how to set up a private Docker registry, troubleshoot common image pull errors, and configure K3S to use the registry➜...
View ArticleArticle 1
This repository contains a script to generate hundreds of convenient shell aliases for kubectl, so you no longer need to spell out every single command and `--flag` repeatedly➜...
View ArticleArticle 0
This article explains the role of Kube-Proxy in mapping Kubernetes Services to Pods, its different modes, and how it worksIt also provides a step-by-step example of inspecting IPtables rules for a...
View Article