https://github.com/anderseknert/kubernetes-docker-desktop
My experiments and notes on Kubernetes on Docker Desktop
https://github.com/anderseknert/kubernetes-docker-desktop
Last synced: 3 months ago
JSON representation
My experiments and notes on Kubernetes on Docker Desktop
- Host: GitHub
- URL: https://github.com/anderseknert/kubernetes-docker-desktop
- Owner: anderseknert
- License: apache-2.0
- Created: 2020-03-25T07:39:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T21:00:37.000Z (almost 6 years ago)
- Last Synced: 2025-10-10T23:03:39.858Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubernetes-docker-desktop
My setup for kubernetes running on Docker Desktop for Mac.
For my own learning experience only.
## TODO
* Authorization webhook for logging incoming `SubjectAccessReview` objects.
* Create simple service to always allow with logging.
* Configure service with TLS (required for authorization webhook).
* Configure authorizatin webhook.
* Setup services and ingresses.
* Automate "cluster provisioning".
## Notes
* To "ssh" into the node VM: `screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty`
* TODO: Figure out if there are other options available, like copying files into the VM