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
Download the AWS RDS Certificate Bundle
https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem
Install KeyStore Explorer
After installing you will need to run KeyStore Explorer as root or run as administrator on Windows.
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
After getting my blog running using Google Cloud Platform cloud launcher option with the Bitnami Ghost prebuilt image I noticed the URL in my browser shows the IP address of the VM instead
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