In this post, we will continue with docker-outside-of-docker pitfalls. This time we will focus on port mapping with the -p flag to docker. When invoking…
Tech, Software, & Code
DooD Pitfalls: Volume Mounts
DooD (Docker-outside-of-Docker) Sometimes you have a need to use docker inside of a docker container. A good example of this is using a container to…
Configuration with Kubernetes and Jenkins Part 2: ConfigMaps
In part 2 of configuring Kubernetes with Jenkins Pipeline, I will focus on the ConfigMap Resource. ConfigMaps are key/value configurations that are external to your…
Configuration with Kubernetes and Jenkins Part 1: Secrets
In this post, I will walk through how to configure Kubernetes Secrets through your Jenkins Pipeline. I’ll assume you already know how to create a…