generated from canonical/microk8s-addons-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
addons.yaml
84 lines (84 loc) · 2.86 KB
/
addons.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
microk8s-addons:
description: "Mayflower Microk8s addon repository."
addons:
- name: "dapr"
description: "Platform agnostic event-driven application runtime"
version: "1.8.1"
check_status: "${SNAP_DATA}/bin/dapr"
supported_architectures:
- arm64
- amd64
- name: "kubevela"
description: "Application-centric software delivery platform."
version: "1.5.6"
check_status: "${SNAP_DATA}/bin/kubectl-vela"
supported_architectures:
- arm64
- amd64
- name: "istio"
description: "Core Istio service mesh services"
version: "1.15.1"
check_status: "${SNAP_DATA}/bin/istioctl"
supported_architectures:
- amd64
- arm64
- name: "redis"
description: "In-memory data store and message broker"
version: "latest/stable"
check_status: "pod/redis-master-0"
supported_architectures:
- amd64
- arm64
- name: "postgresql"
description: "An open source object-relational database known for reliability and data integrity"
version: "latest/stable"
check_status: "pod/postgresql-0"
supported_architectures:
- amd64
- arm64
- name: "kubeview"
description: "Kubernetes cluster visualiser and visual explorer"
version: "latest/stable"
check_status: "deployment.apps/kubeview"
supported_architectures:
- amd64
- arm64
- name: "keycloak"
description: "Keycloak provides user federation, strong authentication, user management, fine-grained authorization, and more."
version: "latest/stable"
check_status: "pod/keycloak-0"
supported_architectures:
- amd64
- name: "wasm"
description: "Support for deislabs.io containerd shims for fermyon spin and spiderlightning based on wasmtime"
version: "latest/stable"
check_status: "${SNAP_DATA}/var/lock/wasm.enabled"
supported_architectures:
- amd64
- arm64
- name: "buildkit"
description: "A kubernetes based drop in replacement for docker build"
version: "latest/stable"
check_status: "${SNAP_DATA}/bin/kubectl-buildkit"
supported_architectures:
- amd64
- name: "nocalhost"
description: "Nocalhost is a cloud-native development tool based on IDE"
version: "latest/stable"
check_status: "pod/nocalhost"
supported_architectures:
- amd64
- arm64
- name: "signoz"
description: "Open source Application Performance Monitoring (APM) & Observability tool"
version: "latest/stable"
check_status: "pod/signoz"
supported_architectures:
- amd64
- name: "kyverno"
description: "Kyverno is a policy engine designed for Kubernetes"
version: "latest/stable"
check_status: "pod/kyverno"
supported_architectures:
- amd64
- arm64