You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
- To install etcd using these instructions, you must have [Helm](https://helm.sh) in your client environment.
26
+
-[Download the Compose on Kubernetes installer](https://github.com/docker/compose-on-kubernetes/releases).
23
27
24
28
On Docker Desktop you will need to activate Kubernetes in the settings to use
25
29
Compose on Kubernetes.
26
30
31
+
### Create compose namespace
32
+
33
+
- Create a compose namespace by running `kubectl create namespace compose`
34
+
35
+
### Deploy etcd
36
+
37
+
Compose on Kubernetes requires an etcd instance (in addition to the kube-system etcd instance). Please follow [How to deploy etcd](./docs/deploy-etcd.md).
38
+
39
+
### Deploy Compose on Kubernetes
40
+
41
+
Run `installer-[darwin|linux|windows.exe] -namespace=compose -etcd-servers=http://compose-etcd-client:2379`.
42
+
27
43
## Check that Compose on Kubernetes is installed
28
44
29
45
You can check that Compose on Kubernetes is installed by checking for the
0 commit comments