Explore >> Select a destination


You are here

www.davidxia.com
| | blog.mariom.pl
5.1 parsecs away

Travel
| | In my previous post, I shared my my experiences with k3s. Today I will show how easy it is to set up and host a simple static web page. Prerequisites You will need a server (or your computer) and a DNS domain name. For my playground, I used OVH Public Cloud instance - D2-2 with Debian 11, and *.k3s.domain.com domain name. Install k3s Installing k3s is very simple. Just execute curl -sfL https://get.
| | devopsdirective.com
6.5 parsecs away

Travel
| |
| | blog.nuculabs.de
6.2 parsecs away

Travel
| | Introduction Hello ??, In this quick tutorial ?? we'll explore how to use Volumes and PersistentVolumes with hostpath storage in Microk8s. We will deploy a simple nginx instance and mount a volume inside it that points to the ~/Downloads folder. Let's get started! Note: The following image was generated with Stable Diffusion How-To You can follow along if you want to setup a quick deployment with a host path volume.
| | www.alicegg.tech
64.0 parsecs away

Travel
| As seen in my previous article,after successfully setting up a Kubernetes Cluster you can install applications on it using the Helm CLI.This is convenient to...