Developer friendly Kubernetes
Deploying made easy
Hide the complexity of Kubernetes under a UI tailored to your needs. Ideal for development teams that interact with Kubernetes regularly.
1apiVersion: apps/v1
2kind: Deployment
3metadata:
4 name: nginx
5 labels:
6 app: nginx
7spec:
8 replicas: 3
9 selector:
10 matchLabels:
11 app: nginx
12 template:
13 metadata:
14 labels:
15 app: nginx
16 spec:
17 containers:
18 - name: nginx
19 image: nginx:1.14.2
20 ports:
21 - containerPort: 80
Install into a Kubernetes cluster
Install it with a single command
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.14.1/install/cyclops-install.yaml &&
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.14.1/install/demo-templates.yaml
Port forward your Cyclops instance
kubectl port-forward svc/cyclops-ui 3000:3000 -n cyclops
Or , we will gladly show you around
Cyclops Newsletter
Join our mailing list and stay up-to-date with the latest product updates and release notes!