#devops
All things devops.
Check out our pinterest page dedicated to devops as well!

Nginx Config Test & Location Matcher Test
Oct 21, 2020
Unsure about the nginx configuration you just changed? Pass in a flag to test the configuration and be told of errors before restarting nginx...
Getting to know kubernetes
Oct 01, 2020
You've probably heard of Kubernetes aka k8s if you've chatted about devops or containerization. Is it just the shiny new(ish) thing? Let's take a look into what it is and what we can do with it.
Kubernetes Shortcuts & Helpers
Jul 28, 2020
If you work in CLI often enough you know how helpful it is to have shortcuts to both save time and key strokes. Check out these for kubernetes
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.