Skip to content

jakelawleydriveworks/8-navigating-live-kubernetes

 
 

Repository files navigation

Behind The Buzzword - Kubernetes Special

Welcome the the BTBW Kubernetes special. Today we'll be taking an existing docker-compose setup (Think development environment) and building a Kubernetes configuration around it.

Prerequisites

Make sure you've got a local Kubernetes cluster working! Docker for Windows / Mac now has a built in Kubernetes cluster you can enable.

You can check you've enabled the cluster and set your context by running

kubectl get nodes

If this doesn't work shout @dblencowe

Setup

If you want to run the local docker application you'll need to copy .env.example to .env, after that you should get away with docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 35.7%
  • Dockerfile 33.2%
  • TSQL 31.1%