Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 884 Bytes

install-on-aks.md

File metadata and controls

20 lines (12 loc) · 884 Bytes

Install on Azure AKS

Pre-requisites

Create compose namespace

Just run kubectl create namespace compose.

Deploy etcd

Compose on Kubernetes requires an etcd instance (in addition to the kube-system etcd instance). Please follow How to deploy etcd.

Deploy Compose on Kubernetes

Run installer-[darwin|linux|windows.exe] -namespace=compose -etcd-servers=http://compose-etcd-client:2379 -tag=v0.4.18.

Note: To setup Mutual TLS with the etcd instance, you can use etcd-ca-file, etcd-key-file and etcd-cert-file flags.