birui / kubernetes-initializer-tutorial

Hands-on tutorial for building and deploying Kubernetes Initializers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Initializer Tutorial

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.

Please make sure you already have Kubernetes cluster running.

Download the tutorial by cloning this repository:

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

Tutorial

About

Hands-on tutorial for building and deploying Kubernetes Initializers.

License:Apache License 2.0


Languages

Language:Go 95.4%Language:Shell 2.8%Language:Dockerfile 1.8%