Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors