Skip to content

This is a simple microk8s hassle free setup that could be used in any cloud server.

Notifications You must be signed in to change notification settings

sajanv88/microk8_hetzner_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microk8 setup

This is a simple microk8 hassle free setup that could be used in any cloud server.

Folder

  • You will see the essential yaml in the deployments folder.
    • cert-manager.production.yaml => will takecare of the ssl certification for your production environment
    • cert-manager.staging.yaml => will be used of staging env (Optional)
    • sample-app.yaml => just use to verify that everything you have configured works fine.
    • postgresdb.yaml => will create a postgres database.
    • pgadminer.yaml => A simple tool to connect your postgres database. (optional)

Note: For postgres database the sensitive informations are all injected via envsubst For example: envsubst < deployments/postgresdb.yaml| kubectl apply -f -

Docker registry auth setup

  kubectl create secret docker-registry regcred --docker-server=<your-registry-server> --docker-username=<your-name> --docker-password=<your-pword> --docker-email=<your-email>

About

This is a simple microk8s hassle free setup that could be used in any cloud server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages