Created
April 4, 2022 08:43
-
-
Save ktsakalozos/0791a68baec91970cb32fb90422599d1 to your computer and use it in GitHub Desktop.
MicroK8s status with core addons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo microk8s.status --wait-ready | |
microk8s is running | |
high-availability: no | |
datastore master nodes: 127.0.0.1:19001 | |
datastore standby nodes: none | |
addons: | |
enabled: | |
ha-cluster # (core) Configure high availability on the current node | |
disabled: | |
community # (core) The community addons repository | |
dashboard # (core) The Kubernetes dashboard | |
dns # (core) CoreDNS | |
gpu # (core) Automatic enablement of Nvidia CUDA | |
helm # (core) Helm 2 - the package manager for Kubernetes | |
helm3 # (core) Helm 3 - Kubernetes package manager | |
host-access # (core) Allow Pods connecting to Host services smoothly | |
hostpath-storage # (core) Storage class; allocates storage from host directory | |
ingress # (core) Ingress controller for external access | |
mayastor # (core) OpenEBS MayaStor | |
metallb # (core) Loadbalancer for your Kubernetes cluster | |
metrics-server # (core) K8s Metrics Server for API access to service metrics | |
prometheus # (core) Prometheus operator for monitoring and logging | |
rbac # (core) Role-Based Access Control for authorisation | |
registry # (core) Private image registry exposed on localhost:32000 | |
storage # (core) Alias to hostpath-storage add-on, deprecated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment