DEV Community

Bruno
Bruno

Posted on

Deploying WordPress on Kubernetes

Onboarding applications on Kubernetes can be complex.

Understanding how deployment sets work, volumes, env variables, services, and networking works on Kubernetes can often take away the time from developers and impact application delivery.

Also, sharing application definitions with other teams can help speed up onboarding of new applications, new developers, and more.

Because of that, I started a personal project to help developers onboard their applications on Kubernetes, share those definitions with their teams, and publicly if desired.

Searching saved app definitions

Exporting app definitions for a provider

I’m building the project on top of shipa.io APIs. The purpose is to give developers a way to go from application definition to management without dealing with the underlying Kubernetes complexity.

App management with Shipa

I’m just starting with this (I don’t even have a name for it yet), and bugs will be found :) but I wanted to get it out there early, get feedback, and see what could be added to help solve a big problem for different teams.

You can find the application available here: https://you.defineyour.app/search

Please, give it a try, share some feedback, and share it with your teammates!

Top comments (0)