Skip to content
  • Contact Us
  • About
  • Toggle website search
Menu Close
  • Contact Us
  • About
  • Toggle website search

Yearly Archives: 2018

  1. Home>
  2. 2018

Kubernetes Cluster on Virtualbox using Kubeadm

  • Post author:justadev
  • Post published:November 5, 2018
  • Post category:Kubernetes

Introduction This post describes a simple process I use to stand up a Kubernetes cluster using kubeadm, vagrant, and virtualbox. I use Ubuntu for my target OS. Once you stand…

Continue ReadingKubernetes Cluster on Virtualbox using Kubeadm

Kubernetes Sidecar Container Example

  • Post author:justadev
  • Post published:November 1, 2018
  • Post category:Kubernetes

Introduction This post demostrates the sidecar container. A sidecar container is generally used to monitor something on the primary application and perform some task on that information alleviating the primary…

Continue ReadingKubernetes Sidecar Container Example

Creating a Kubernetes Exec ReadinessProbe

  • Post author:justadev
  • Post published:October 30, 2018
  • Post category:Kubernetes

Introduction This post demonstrates an exec readinessProbe. It uses a check for DNS to establish readiness. Other kinds of exec probes could be the existance of a file, access to…

Continue ReadingCreating a Kubernetes Exec ReadinessProbe

Mounting Secrets in Kubernetes Containers

  • Post author:justadev
  • Post published:October 29, 2018
  • Post category:Kubernetes

Introduction There are a couple ways to add secrets to containers in Kubernetes; as volumes, or as environmental variables. This post describes adding the secret using volumes. We will create…

Continue ReadingMounting Secrets in Kubernetes Containers

Configuring Terraform GCP Credentials

  • Post author:justadev
  • Post published:May 30, 2018
  • Post category:DevOps

Introduction This post covers various methods to configure terraform with Google Cloud Platform credentials. It assumes the terraform project structure of provider.tf, variables.tf, terraform.tfvars, etc. Terraform provider.tf, variables.tf, and instance.tf…

Continue ReadingConfiguring Terraform GCP Credentials

Kubernetes Simple Development Box

  • Post author:justadev
  • Post published:May 20, 2018
  • Post category:Kubernetes

Introduction This post covers a method to stand up a simple isolated Kubernetes environment using Minikube with the --vm-driver=none option and Vagrant. The --vm-driver option is used to specify which…

Continue ReadingKubernetes Simple Development Box

Deploy a Docker Registry to DigitalOcean

  • Post author:justadev
  • Post published:April 28, 2018
  • Post category:Docker

Introduction This blog covers how to stand up a public docker registry on Digital Ocean using docker-machine. Steps and examples are given below. Everything can also be cloned from github.com/justsomedevnotes/docker-machine-digital-ocean-registry.…

Continue ReadingDeploy a Docker Registry to DigitalOcean
Copyright - WordPress Theme by OceanWP