A Guide to how I set up my Kubernetes cluster. This guide was made to serve as backing for an upcoming podcast/stream.
- PFSense network setup
- VM setup
- K3s
- Networking
- Longhorn (storage)
- Monitoring
https://pfsense.askov.net/services_wol.php
https://kubernetes-dashboard.kubernetes-dashboard.app.k8s.askov.net Retrieve token with
kubectl get secret kubernetes-dashboard-serviceaccount-secret -n kubernetes-dashboard -o jsonpath="{.data.token}" | base64 -d
http://longhorn-ui.longhorn-system.app.k8s.askov.net
istioctl dashboard kiali
istioctl dashboard grafana
istioctl dashboard prometheus