Created
April 4, 2022 09:01
-
-
Save ktsakalozos/3a55097fc68503d5306db0effe396871 to your computer and use it in GitHub Desktop.
Enable community 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.enable community | |
Infer repository core for addon community | |
Cloning into '/var/snap/microk8s/common/addons/community'... | |
done. | |
Community repository is now enabled | |
$ sudo microk8s.status | |
microk8s is running | |
high-availability: no | |
datastore master nodes: 127.0.0.1:19001 | |
datastore standby nodes: none | |
addons: | |
enabled: | |
community # (core) The community addons repository | |
ha-cluster # (core) Configure high availability on the current node | |
disabled: | |
ambassador # (community) Ambassador API Gateway and Ingress | |
argocd # (community) Argo CD is a declarative continuous deployment for Kubernetes. | |
cilium # (community) SDN, fast with full network policy | |
dashboard-ingress # (community) Ingress definition for Kubernetes dashboard | |
fluentd # (community) Elasticsearch-Fluentd-Kibana logging and monitoring | |
inaccel # (community) Simplifying FPGA management in Kubernetes | |
istio # (community) Core Istio service mesh services | |
jaeger # (community) Kubernetes Jaeger operator with its simple config | |
kata # (community) Kata Containers is a secure runtime with lightweight VMS | |
keda # (community) Kubernetes-based Event Driven Autoscaling | |
knative # (community) The Knative framework on Kubernetes. | |
linkerd # (community) Linkerd is a service mesh for Kubernetes and other frameworks | |
multus # (community) Multus CNI enables attaching multiple network interfaces to pods | |
openebs # (community) OpenEBS is the open-source storage solution for Kubernetes | |
openfaas # (community) OpenFaaS serverless framework | |
portainer # (community) Portainer UI for your Kubernetes cluster | |
traefik # (community) traefik Ingress controller for external access | |
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