Skip to content

danifbento/olx-women-workshop-2022-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-olx

A simple introduction to Kubernetes using Minikube

How to setup

  • Clone the project
  • Start minikube with minikube start
  • Apply all k8s/* files using kubectl apply -f <filename> starting with kubectl apply -f k8s/namespaces/mini-olx.yaml first
  • Check if environment variables (IMAGE_PATH and REACT_APP_API_BASE) are correct using minikube service backend --url -n mini-olx
  • Run your favorite browser into minikube service frontend --url -n mini-olx and wait a little

References

OLX Women Workshop 2022
OLX Women Workshop 2022 Frontend
OLX Women Workshop 2022 Backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published