Skip to content

netsaj/microk8s-configure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microk8s-configure

Tool for setting microk8s on Ubuntu VPS over SSH

Features

  • install microk8s
  • enabled registry microk8s
  • configure for external push in docker registry
  • enable custom plugins in command line
  • configure local kubectl for connect to microk8s on VPS
  • support for other users (now only can install with root user)

run

$ python -m mk8sconfig -p rootServerPassword -i 165.2.1.146 -d my-domain.co

for push into docker registry

edit your docker-daemon.json adding:

{
  "debug" : true,
  "insecure-registries" : [
    "my-domain.co:5000"
  ]
}

Authors:

About

tool for configure microk8s on ubuntu vps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published