High availability K8s New

submited by
Style Pass
2021-07-22 07:00:06

Low-ops, minimal production Kubernetes, for devs, cloud, clusters, workstations, Edge and IoT.

Try microk8s enable --help for a list of available services and optional features. microk8s disable <name> turns off a service.

If you mainly use MicroK8s you can make our kubectl the default one on your command-line with alias mkctl="microk8s kubectl". Since it is a standard upstream kubectl, you can also drive other Kubernetes clusters with it by pointing to the respective kubeconfig file via the --kubeconfig argument.

Kubernetes is a collection of system services that talk to each other all the time. If you don’t need them running in the background then you will save battery by stopping them. microk8s start and microk8s stop will do the work for you.

Kubernetes is a collection of system services that talk to each other all the time. If you don’t need them running in the background then you will save battery by stopping them. microk8s start and microk8s stop will do the work for you.

Leave a Comment