∑

Tag: #kubernetes

Showing 5 article(s)

Self-host a Container Registry with Zot on Kubernetes
Home LabTutorialsDevOps & Infrastructure

Self-host a Container Registry with Zot on Kubernetes

Learn how to self-host a private, production-ready container registry on K3s using Zot. This guide covers Helm installation, CI/CD integration, image signing with Cosign, and vulnerability scanning with Trivy.

16 min read
GitHub Actions for CI/CD: A Complete Guide
DevOps & InfrastructureTutorials

GitHub Actions for CI/CD: A Complete Guide

A comprehensive guide to building continuous integration and deployment pipelines using GitHub Actions. Learn how to configure workflows, build container images, and safely automate deployments to Kubernetes.

17 min read
DDNS and HTTPS Certificates : How to expose a home Kubernetes cluster to the internet
Home LabTutorialsDevOps & Infrastructure

DDNS and HTTPS Certificates : How to expose a home Kubernetes cluster to the internet

Learn how to expose your home Kubernetes cluster to the public internet. This guide covers setting up Dynamic DNS, router port forwarding, and automatic HTTPS with cert-manager.

14 min read
Deploy a simple application with Kubernetes
Home LabTutorialsDevOps & Infrastructure

Deploy a simple application with Kubernetes

Learn how to deploy a basic HTML application to your local Kubernetes cluster. This guide covers building a Docker image, pushing to GitHub Container Registry, and writing essential YAML configurations.

6 min read
How to install Kubernetes K3s on a Raspberry Pi 5
Home LabTutorialsDevOps & Infrastructure

How to install Kubernetes K3s on a Raspberry Pi 5

Learn how to install and configure K3s, a lightweight Kubernetes distribution, on a Raspberry Pi 5. This guide covers enabling cgroups, setting up the cluster, and configuring remote access with kubectl.

9 min read