K3s: Lightweight Kubernetes
k3s.ioPerfect for Edge. K3s is a highly available, certified Kubernetes distribution designed for production workloads in unattended, resource-constrained, remote locations or inside IoT appliances.
k3s历险记(二):监控系统 - 知乎
https://zhuanlan.zhihu.com/p/79136244输入用户名 (admin)和密码(刚才配置好的helloworld) 将集群内部的promtheus添加进数据源: 配置grafana-kubernetes-app 勾上 Basic Auth 和 With CA Cert 用户名密码就是你配置在 本地 ~/.kube/config 的用户名和密码 但 根证书 在 k3s master node 的 /var/lib/rancher/k3s/server/tls/server-ca.crt 里 到这里所有的组件都安装和配置完毕了! 看一下效 …
kubernetes Tutorial => Hello World
riptutorial.com › kubernetes › exampleConfirm that it worked with: $ kubectl get services NAME CLUSTER-IP EXTERNAL-IP PORT (S) AGE kubernetes 10.0.0.1 <none> 443/TCP 3m bootcamp 10.3.245.61 104.155.111.170 8080:32452/TCP 2m. To access the services, use the external IP and the application port e.g. like this: The same could be done manually with the data provided in: $ kubectl ...