Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

PoC to create a new k8s Job using the Golang API, making use of Init Containers.

License

Notifications You must be signed in to change notification settings

0xdevalias/poc-kubernetes-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poc-kubernetes-batch

PoC to create a new k8s Job using the Golang API, making use of Init Containers.

Setup

# Kubernetes
brew cask install minikube
brew install docker-machine-driver-xhyve
brew install kubectl
minikube start --vm-driver=xhyve
eval $(minikube docker-env)
kubectl create -f ./namespace.yaml

# Dependency Management
brew install glide
glide up -v // AKA: glide update --strip-vendor

Usage

eval $(minikube docker-env)

go run main.go

Improvements

References, etc

About

PoC to create a new k8s Job using the Golang API, making use of Init Containers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages