All Projects → kelseyhightower → Kubernetes Initializer Tutorial

kelseyhightower / Kubernetes Initializer Tutorial

Licence: apache-2.0
Hands-on tutorial for building and deploying Kubernetes Initializers.

Programming Languages

go
31211 projects - #10 most used programming language

Kubernetes Initializer Tutorial SuperDopeBadge

This tutorial walks you through building and deploying a Kubernetes Initializer that injects an Envoy proxy container into uninitialized Deployments.

Initializers are an alpha feature and subject to change. Please report any Initializer specific issues on the Kubernetes issue tracker.

Prerequisites

Kubernetes 1.7.0+ is required with support for Initializers enabled. If you're using Google Container Engine create an alpha cluster:

gcloud alpha container clusters create k0 \
  --enable-kubernetes-alpha \
  --cluster-version 1.7.0

Download the tutorial by cloning this repository:

git clone https://github.com/kelseyhightower/kubernetes-initializer-tutorial.git
cd kubernetes-initializer-tutorial

Tutorial

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].