K3s: Lightweight Kubernetes
k3s.ioK3s is packaged as a single <50MB binary that reduces the dependencies and steps needed to install, run and auto-update a production Kubernetes cluster. Optimized for ARM Both ARM64 and ARMv7 are supported with binaries and multiarch images available for both.
Metric-server unable to collect metrics · Issue #1219 · k3s ...
github.com › k3s-io › k3sDec 19, 2019 · This doesn't seem to be an issue with k3s, more likely metrics-server or maybe both. @davidnuzik I have this issue and I am on Ubuntu 18.04.3 with v1.17.0+k3s.1. Edit: When I deploy metrics-server to a node that has a NIC assigned with a MTU of 1500 it works. I have a few nodes in my cluster that have a NIC with MTU 9000 (connected via 10Gb ...
Rancher Docs: Advanced Options and Configuration
rancher.com › docs › k3s$ sudo k3s kubectl get pods --all-namespaces NAMESPACE NAME READY STATUS RESTARTS AGE kube-system local-path-provisioner-6d59f47c7-lncxn 1/1 Running 0 51s kube-system metrics-server-7566d596c8-9tnck 1/1 Running 0 51s kube-system helm-install-traefik-mbkn9 0/1 Completed 1 51s kube-system coredns-8655855d6-rtbnb 1/1 Running 0 51s kube-system ...
Metrics API (node/pod resource usage) · Issue #252 · k3s-io ...
github.com › k3s-io › k3sMar 21, 2019 · root@k3s-node1:~# k3s kubectl top node NAME CPU(cores) CPU% MEMORY(bytes) MEMORY% k3s-node1 40m 4% 350Mi 72% root@k3s-node1:~# k3s kubectl top pod --all-namespaces NAMESPACE NAME CPU(cores) MEMORY(bytes) kube-system coredns-857cdbd8b4-dl2bx 4m 11Mi kube-system helm-install-traefik-s8x6m 0m 0Mi kube-system metrics-server-675d76bcdb-6bc26 1m 14Mi kube-system svclb-traefik-6cf7794986-jdpd4 0m 1Mi ...