Skip to content

A simple getting started guide for using client-go (Kubernetes Go SDK) and writing controllers for Kubernetes

Notifications You must be signed in to change notification settings

vishal-biyani/kubernetes-days-india

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Days India 2019

Using Kubernetes API effectively with Golang

Slides can be found at this link

To build:

glide install
./build.sh

To get help, just run binary and to to run a specific example pass the argument:

./kdi 
NAME:
   k8sdaysindia - Using client-go effectively with Kubernetes api

USAGE:
   kdi [global options] command [command options] [arguments...]

VERSION:
   0.2

COMMANDS:
     crud       Run CRUD example
     lister     Run lister example
     informer   Run informer example
     workqueue  Run workqueue example
     help, h    Shows a list of commands or help for one command

./kdi crud
./kdi lister

About

A simple getting started guide for using client-go (Kubernetes Go SDK) and writing controllers for Kubernetes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published