DEV Community

Discussion on: How does deployment work at your organization?

Collapse
 
hellovietduc profile image
Duc Nguyen

The project I work on at my company runs on Kubernetes. We haven't had a CI/CD pipeline set up yet. Most of the time we execute a script that will build a new image of the service and apply changes to the deployment automatically.

The next project we'll be working on is going to be hosted by a standalone VM. All different environments are going to sit there. We're planning to use Portainer to manage the Docker containers. For me it seems like a lot of manually work.

Anyone having the same developing experience please share some stories. I'd love to hear them!