Explore >> Select a destination


You are here

api7.ai
| | blog.mariom.pl
2.6 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.
| | benbrougher.tech
2.2 parsecs away

Travel
| | How to use microk8s to create an ingress using MetalLB and the NGINX ingress controller
| | navendu.me
0.3 parsecs away

Travel
| | A hands-on tutorial on using the new Kubernetes Gateway API with Apache APISIX Ingress.
| | arveknudsen.com
14.6 parsecs away

Travel
| In my previous blog post I showed how to use the Kops tool to create a production ready Kubernetes cluster on Amazon Web Services (AWS). In this follow-up post I will show how to install Elasticsearch and its graphical counterpart Kibana in the cluster, in order to be able to collect and store logs from your cluster and search/read them. We will also install Fluentd as this component is responsible for transmitting the standard Kubernetes logs to Elasticsearch.