k8s-experiment

command module
v0.0.0-...-9ceeda1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2024 License: MIT Imports: 4 Imported by: 0

README

Publish a go web application based on kubernates

简体中文

To publish a go web application with kubernates, there are mainly three major processes

  1. Build kubernates cluster There are many ways

    • Purchase ready-made cluster services that have been integrated by various cloud service providers
    • To build a stand-alone cluster on your own computer, it is recommended to use the tool minikube+virtualbox(suitable for test only)
    • Purchase a cloud server by yourself to build a cluster. It is recommended to use the kubeadmin tool (this method is used in this case)
    • To build a cluster in the local computer room, it is recommended to use kubeadmin+metallb
  2. Make your local go web application into a container image

  3. Run the container image in the kubernates cluster

  4. Install Kubernetes Dashboard

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL