- This uses K0s as the k8s distribution.
- MetalLB as the external LoadBalancer.
- All yaml manifests included from CRD's to Deployment (Nginx as the app).
curl -sSLf https://get.k0s.sh | sudo sh
# Credits: https://gist.github.com/touilleMan/eb02ea40b93e52604938 | |
"""Simple HTTP Server With Upload. | |
This module builds on BaseHTTPServer by implementing the standard GET | |
and HEAD requests in a fairly straightforward manner. | |
see: https://gist.github.com/UniIsland/3346170 | |
""" | |
__version__ = "0.1" | |
__all__ = ["SimpleHTTPRequestHandler"] |