Skip to content

Instantly share code, notes, and snippets.

@habbdt
Last active April 26, 2020 20:26
Show Gist options
  • Select an option

  • Save habbdt/c0943ee2f208ae69a96be1f6a6ac0f27 to your computer and use it in GitHub Desktop.

Select an option

Save habbdt/c0943ee2f208ae69a96be1f6a6ac0f27 to your computer and use it in GitHub Desktop.
Run OWASP juice shop app on the minikube
========================================
Depending on your platform use the appropriate method to install minikube on your system. For macOS it can be installed using the brew.
# brew install minikube
# minikube start --driver=vmwarefusion
# docker pull bkimminich/juice-shop
# kubectl create deployment juice-shop --image=bkimminich/juice-shop
# kubectl expose deployment juice-shop --port=3000 --type=LoadBalancer
# minikube service juice-shop
# minikube service list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment