DEV Community

Victor Trapenok
Victor Trapenok

Posted on • Updated on

One more kubernetes control panel

Unifie.cloud — in short it is a great modern SaaS control panel for your Kubernetes clusters.

But let’s me show main fitches of this project.

  • Allow to manage all your clusters from one dashboard. (Support for AWS EKS, Azure, Google cloud, K3S)
  • Deployments status page with buty charts
  • Resource usage charts for pods
  • Access control and cloaboration functionality (You can check who from your team change deployments settings)
  • Role based access
  • Web UI for HELM Charts
  • Web IDE
  • GIT integration
  • Webhooks allows you to deploy your app after commit.

The main idea of the project — keep your deployments configuration as code and control it from UI. This will allow you to use the benefits from GIT in kubernetes configuration, and UI should simplify your work

To get better understandig this idea read — How to use projects in Unifie

Later in this post I will show you several screens from Unifie web UI.

Configuration as code

Use git branches to have deploy applications with some difference
Use git change history to track your changes

Image description

Deployment status page

Running pods with resource usage and status
Uptime charts

Image description

Image description

Web UI for HELM Charts

  • UI for helm charts
  • UI for variables in heml charts

Image description

Image description

Ability to customize YAML

Ability to customize any property in resulting YAML even if helm chart do not have in build options for this.

Image description

Version controll for your applications

  • Webhooks allows you to deploy your app after commit.

Image description

Top comments (0)