Skip to content

krismorte/k8s

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s

Kubernetes development tools

  • Docker
  • Kubectl
  • Minikube
  • VirtualBox
  • OpenShift

Clone this repository

git clone https://github.com/sandrogiacom/k8s.git

Prerequisite

Make

sudo apt install make

or

sudo pacman -S make

Install tools

All tools

make install-all OS=deb

Separate tools

Docker

make install-docker OS=deb

VirtualBox

make install-vbox OS=deb

Kubectl

make install-kubectl OS=deb

Minikube

make install-minikube OS=deb

OpenShift

make install-oc OS=deb

###Os Types

  • deb: Deabian , Mint, Ubuntu
  • arch: Arch Linux

Releases

No releases published

Packages

No packages published

Languages

  • Shell 73.1%
  • Makefile 26.9%