TEKSpace
  • Home
  • Containers
  • Azure
Subscribe
Tagged

K3S

A collection of 3 posts

Deploying Kubernetes Dashboard in K3S Cluster
K3S

Deploying Kubernetes Dashboard in K3S Cluster

Get Latest Kubernetes Dashboard and deploy GITHUB_URL=https://github.com/kubernetes/dashboard/releases VERSION_KUBE_DASHBOARD=$(curl -w '%{url_effective}' -I -L -s -S ${GITHUB_URL}/latest -o /dev/null | sed -e 's|.*/||') sudo k3s kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/${VERSION_KUBE_

Rahil Maknojia Oct 27, 2020 • 2 min read
Setup Kubernetes Cluster using K3S, MetalLB, LetsEncrypt on Bare Metal
Kubernetes

Setup Kubernetes Cluster using K3S, MetalLB, LetsEncrypt on Bare Metal

Setup K3S Cluster By default Rancher K3S comes with Traefik 1.7. We will setup K3S without Traefik ingress in this tutorial. Execute below command on master node 1. curl -sfL https://get.k3s.io | sh -s - server --datastore-endpoint="mysql://user:pass@tcp(ip_address:3306)/databasename"

Rahil Maknojia Oct 26, 2020 • 6 min read
Raspberry Pi 4 K3S cluster setup
raspberry pi

Raspberry Pi 4 K3S cluster setup

In this tutorial, I will show you how to setup lightweigth kubernetes cluster using rancher k3s. My current Raspberry PI 4 configuration: Hostname RAM CPU Disk IP Address k3s-master-1 8GB 4 64GB 192.168.1.10 k3s-worker-node-1 8GB 4 64GB 192.168.1.11 k3s-worker-node-2 8GB 4 64GB 192.168.

Rahil Maknojia Oct 25, 2020 • 2 min read
TEKSpace © 2023
Powered by Ghost