Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allotmentandy/minikube-kubernetes
a readme and folders with a number of minikube kubernetes projects which are small in size
https://github.com/allotmentandy/minikube-kubernetes
Last synced: 7 days ago
JSON representation
a readme and folders with a number of minikube kubernetes projects which are small in size
- Host: GitHub
- URL: https://github.com/allotmentandy/minikube-kubernetes
- Owner: allotmentandy
- Created: 2023-12-21T10:53:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-21T11:51:37.000Z (about 1 year ago)
- Last Synced: 2024-06-20T21:08:58.791Z (7 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Learning Minikube, Kubernetes, Docker
---This repo is a collection of notes and projects I have found across the web as I learn kubernetes with minikube.
I am looking for small footprint projects which explain to me the ways to get different ways of building kubernetes clusters from the tutorials linked.
I am coming from a PHP webserver background, but also would like to get Golang, python, bash, rust and other languages in the mix.
1st - goHtmlServer
---
https://itnext.io/how-to-experiment-locally-on-kubernetes-with-minikube-and-your-local-dockerfiles-48833fcd90c9- first run, COULD NOT GET TO THE IP ADDRESS!
2nd - nginx
---
https://medium.com/@mngaonkar/kubernetes-get-started-deploy-a-simple-web-server-9636f4aa8706kubectl create -f nginx.yaml
3rd - Jeff Geerling - Kubernetes 101
---
https://github.com/geerlingguy/kubernetes-101/tree/masterMiniKube Cheatsheet
Command | Description / Notes
------------ | -------------
minikube start | --driver=virtualbox
eval $(minikube -p minikube docker-env) | uses the local docker in minikube
minikube halt
minikube status
minikube version
minikube ip | get the ip address
minikube dashboard | open a dashboard in the browser