Tag: #kubernetes

Showing 5 article(s)

How to self-host a container registry on K3s with Zot
Home LabTutorialsDevOps & Infrastructure

How to self-host a container registry on K3s with Zot

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
How to expose a home Kubernetes cluster to the internet with DDNS and HTTPS
Home LabTutorialsDevOps & Infrastructure

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

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
How to deploy a simple application to Kubernetes
Home LabTutorialsDevOps & Infrastructure

How to deploy a simple application to 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