-
build simple nginx application on K3s Cluster
Read More: build simple nginx application on K3s ClusterAfter we learn how to build and create k3s cluster on this article, we will try to build simple nginx application on K3s cluster with Let’s Encrypt for the SSL provider. These are the basic steps to build a simple Nginx application with HTTPS on a K3s cluster. You need to replace the placeholder values…
-
Install and configure k3s cluster on ubuntu server
Read More: Install and configure k3s cluster on ubuntu serverK3s is a lightweight, certified Kubernetes distribution, designed for use in edge computing, IoT, and CI/CD pipelines. It has a small footprint and is optimized for resource-constrained environments. K3s is easy to install and manage, with features such as automatic updates, local storage provisioning, and simple network bootstrapping. K3s is maintained by Rancher Labs and…