Skip to content

kubermatic-labs/kubeone-example-2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubeOne Example 2023

KubeOne Meetup Stuttgart - Google Slides 2023-03-03 13-39-27

Kickstart Your Kubernetes Projects with KubeOne - Novatec Meetup 2023 Stuttgart - PDF

Quickstart - KubeOne Tooling Container

docker run -u 0 -it --network host \
  -v "$(pwd)":/home/kubermatic/mnt \
  -v /run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock \
  -e SSH_AUTH_SOCK="/run/host-services/ssh-auth.sock" quay.io/kubermatic-labs/kubeone-tooling bash

Install

To install KubeOne run the folliwng command in your shell:

curl -sfL get.kubeone.io | sh

As we will connect via SSH to the machines make shure to have a ssh-agent running

eval ssh-agent $SHELL
ssh-add /home/YOURUSER/.ssh/id_rsa

GCP

see gcp/README

GCP - Static Hosts Debian Example

KubeOne running on static debian host: gcp-debian-static-machines

  • local storage provisioner
  • metallb addon via helm

vSphere

see vsphere

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 88.2%
  • Makefile 7.7%
  • Shell 3.1%
  • Smarty 1.0%