Skip to content

eXodes/docker-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes with Docker Desktop

Prerequisites:

  1. Install Docker Desktop
  2. Install kubectl
  3. Enable Kubernetes in Docker Desktop

Steps:

  1. Set kubectl context to docker-desktop
  2. Apply all the addons to the cluster
  3. Apply configs for local development
  4. Run npm run docker:admin-user-token to get the admin user token
  5. Update the applications configuration
  6. Apply the applications
  7. Run kubectl proxy and visit the kubernetes dashboard to check the cluster status
  8. Update /etc/hosts to point to the domain set in the applications

About

Local kubernetes cluster setup via docker-desktop.

Topics

Resources

Stars

Watchers

Forks

Contributors