Skip to main content

Tool for configure microk8s on Ubuntu VPS

Project description

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:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

microk8s-configure-0.0.7.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

microk8s_configure-0.0.7-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page