DEV Community

Cover image for How to Improve Development Experience On Kubernetes
Daniele Fontani
Daniele Fontani

Posted on • Originally published at towardsdatascience.com

How to Improve Development Experience On Kubernetes

The abstraction of containers has been a big step toward removing complexity and reducing friction between developers and the infrastructure. Then, the orchestration of such a container with Kubernetes makes things easy also on the DevOps side.

Anyway, we are not satisfied with this result. Even we saved a lot of time and improved quality by applying such technologies, we are still wondering if we can save more time and simplify the management part.

That’s why, nowadays, there are many Application Development Platforms that aims to create a development experience where the only focus is on the application, automating and abstracting all the other part.

In this article, I will test the Shipa solution, that works on top of Kubernetes for managing application without knowing anything about YAML files, Helm, Docker or any other tools in the market.

Read the full article here

Top comments (0)