- To install Compose on Kubernetes on Azure AKS, you must create an AKS cluster with RBAC enabled.
- To install etcd using these instructions, you must have Helm in your client environment.
- Download the Compose on Kubernetes installer.
Just run kubectl create namespace compose
.
Compose on Kubernetes requires an etcd instance (in addition to the kube-system etcd instance). Please follow How to deploy etcd.
Run installer-[darwin|linux|windows.exe] -namespace=compose -etcd-servers=http://compose-etcd-client:2379
.
Note: To setup Mutual TLS with the etcd instance, you can use etcd-ca-file
, etcd-key-file
and etcd-cert-file
flags.