#devops

All things devops.

Check out our pinterest page dedicated to devops as well!

Converting Docker Compose To Kubernetes Files

Mar 10, 2020

Kubernetes is a container orchestration system for automating deployment scaling and management. At some point you might outgrow using Docker and want to use Kubernetes to manage your containers. There are some great tools to make that transition easier.

Jenkins: Freestyle Project

Aug 09, 2019

With jenkins you can create a freestyle project which allows you to define multiple steps in which to build your application.

Intro To Jenkins

Aug 07, 2019

Jenkins is an open source automation server which offers a lot of functionality out of the box combined with plugins that can usually accomplish what you need.