August 30th, 2024

Agnost is an open source GitOps platform running on Kubernetes clusters

Agnost is an open-source platform for cloud-agnostic deployments, simplifying application management and infrastructure setup while avoiding vendor lock-in. It integrates with Git providers and supports easy self-hosting.

Read original articleLink Icon
Agnost is an open source GitOps platform running on Kubernetes clusters

Agnost is an open-source, self-hosted platform designed for cloud-agnostic instant deployments, serving as an alternative to services like Vercel, Netlify, Railway.app, Render, and Heroku. It operates on Kubernetes clusters, simplifying the process of building, deploying, and managing applications in the cloud. Agnost aims to accelerate infrastructure setup, allowing developers to concentrate on software development rather than infrastructure management. The platform helps to avoid vendor lock-in by providing an easy-to-set-up environment that works across various cloud providers. Additionally, Agnost offers seamless integration with popular Git repositories such as GitHub, GitLab, and Bitbucket, facilitating the creation of build and deployment pipelines. Users can effortlessly self-host Agnost using its Helm Chart, with detailed setup and configuration instructions available in the documentation.

- Agnost is an open-source alternative for cloud deployments.

- It simplifies application management and infrastructure setup.

- The platform supports multiple cloud environments to avoid vendor lock-in.

- Integration with Git providers enhances deployment processes.

- Self-hosting is made easy with Helm Chart support.

Link Icon 3 comments
By @hhh - 8 months
What's the advantage of this over something like Argo? Is it the UI and the fact that it can do some container building stuff?
By @paulglx - 8 months
Looks very interesting !

Is it not confusing to call k8s deployments "Containers", as they could be mixed up with Docker containers ?