/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

fmartingr.com
| | 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.
| | stephennimmo.com
2.7 parsecs away

Travel
| |
| | blog.alwxdev.com
2.3 parsecs away

Travel
| | This article is going to be very specific - I will tell you a bit about how I deploy my web applications, and what strategies I find most convenient and easy.
| | arveknudsen.com
11.1 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. This is generally known as the ELK stack, which stands for Elasticsearch, Logstash (precursor to Fluentd) and Kibana.