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

Author: justadev

This author has written 11 articles
  1. Home>
  2. justadev

Linux Busybox Http Server

  • Post author:justadev
  • Post published:November 30, 2020
  • Post category:Linux tools

Linux Busybox Http Server Occasionally I find myself needing a simple http server for testing or rendering static content. One of the simplest tools I found for this is the…

Continue ReadingLinux Busybox Http Server

Kubernetes and NSX-T Predefined Rules

  • Post author:justadev
  • Post published:July 14, 2020
  • Post category:Kubernetes

Kubernetes and NSX-T Predefined Rules Micro-segmentation is a crucial part of any Kubernetes production environment. With Kubernetes and NSX-T, micro-segmentation is realized as NSX-T Distributed Firewall Rules. There are two…

Continue ReadingKubernetes and NSX-T Predefined Rules

Kubernetes RBAC and Enterprise PKS

  • Post author:justadev
  • Post published:May 26, 2020
  • Post category:Kubernetes

Kubernetes RBAC and Enterprise PKS This blog covers Kubernetes RBAC, Role-Based Access Control, with Enterprise PKS. It uses an OIDC connection to AD/LDAP. The blog demonstrates obtaining credentials as a…

Continue ReadingKubernetes RBAC and Enterprise PKS

Kubernetes Ingress with Heptio Contour

  • Post author:justadev
  • Post published:June 7, 2019
  • Post category:Kubernetes

Introduction This blog covers deploying the Contour ingress controller and demonstrates its use with a Ingress and IngressRoute examples. The Contour ingress controller will be deployed on my local system…

Continue ReadingKubernetes Ingress with Heptio Contour

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
  • 1
  • 2
  • Go to the next page
Copyright - WordPress Theme by OceanWP