Skip to main content

Cyclops

Dev friendly Kubernetes

Configurable

Fully configurable UI that allows you to deploy any K8s resource

Unifying

Unify all applications under the same set of best practices

Simple

Deploy your applications in a couple of clicks

Deploying made easy

Cyclops gives you a UI containing fields you define yourself to manage your K8s workloads.

Give it a go!

apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
labels:
app: nginx
spec:
replicas: 3
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80