-
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…
-
How to install Caddy and how to use it as webserver or reserve proxy
Read More: How to install Caddy and how to use it as webserver or reserve proxyCaddy is an open-source web server and reverse proxy that can be used to serve web content and handle SSL/TLS encryption. Here are the basic steps to install and use Caddy on a Linux-based system: To use Caddy as a web server, you need to create a Caddyfile and configure it with the appropriate settings.…