Developer friendly Kubernetes
Welcome to Cyclops, a powerful user interface for managing and interacting with Kubernetes clusters. Cyclops is designed to simplify the management of containerized applications on Kubernetes, providing an intuitive and user-friendly experience for developers, system administrators, and DevOps professionals. Divide the responsibility between your infrastructure and your developer teams so everyone can play to their strengths. Automate your processes and shrink the window for deployment mistakes. Find out more!
Find out how to install it to your cluster on our landing page and give it a go! (~10 minute tutorial)
To install Cyclops in your cluster, run commands below:
kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.0.1-alpha.5/install/cyclops-install.yaml
It will create a new namespace called cyclops
and deploy everything you need for your Cyclops instance to run.
Now all that is left is to expose Cyclops server outside the cluster. You will still need to expose both backend and frontend with the commands below. Expose frontend through:
kubectl port-forward svc/cyclops-ui 3000:3000 -n cyclops
and backend through:
kubectl port-forward svc/cyclops-ctrl 8080:8080 -n cyclops
You can now access Cyclops in your browser on http://localhost:3000.
- RBAC
- Cluster nodes overview
- Git as manifest destination
- Customizable Module details page
Feel free to suggest features you would like to see!