Brayton Stafford

Brayton Stafford

Creating a new Kubectl config context

In a previous post I discussed how to view and change the configuration context that kubectl is currently using. In this post I'll be going over how to create two new

AWS RDS SSL import inside Dockerfile

TLDR; Here is my Dockerfile FROM openjdk:8-jdk MAINTAINER Brayton # create a temp dir in which to work RUN OLDDIR="$PWD" RUN mkdir /tmp/rds-ca && cd /tmp/rds-ca # download

Changing Kubernetes kubectl Environments

Recently, I setup a new Kubernetes environment and ran into the scenario of needing to switch between multiple kubernetes (k8s) environments. To manage a k8s environment you must use the kubectl command and