All Projects â†’ mclarkson â†’ My Own Kind

mclarkson / My Own Kind

Licence: apache-2.0
Build a verifiably conformant kubernetes cluster in containers.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to My Own Kind

Dayasadev
📗 A course to teach non-technical team members what developers do 📗
Stars: ✭ 73 (-6.41%)
Mutual labels:  learning, learning-by-doing
Javascript Exercises
📚 Collection of JavaScript exercises and coding challenges.
Stars: ✭ 385 (+393.59%)
Mutual labels:  learning, learning-by-doing
Gitstery
A Git Murder Mystery
Stars: ✭ 297 (+280.77%)
Mutual labels:  learning, learning-by-doing
Wasm By Example
Wasm By Example is a website with a set of hands-on introduction examples and tutorials for WebAssembly (Wasm)
Stars: ✭ 226 (+189.74%)
Mutual labels:  learning, learning-by-doing
Teaching App Dev Swift
DEPRECATED. Instructor lesson plans that accompany Xcode projects, for guiding in-class experiential learning.
Stars: ✭ 699 (+796.15%)
Mutual labels:  learning, learning-by-doing
Today I Learned
📝 Today I Learned - A list of all things I learn on daily basis.
Stars: ✭ 240 (+207.69%)
Mutual labels:  learning, learning-by-doing
Futurecoder
A platform for beginners to learn programming in Python
Stars: ✭ 363 (+365.38%)
Mutual labels:  learning, learning-by-doing
Ziglearn
Repo for https://ziglearn.org content. Get up to speed with Zig quickly.
Stars: ✭ 135 (+73.08%)
Mutual labels:  learning, learning-by-doing
Learn Julia The Hard Way
Learn Julia the hard way!
Stars: ✭ 679 (+770.51%)
Mutual labels:  learning, learning-by-doing
Renderhelp
⚡ī¸ 可įŧ–į¨‹æ¸˛æŸ“įŽĄįēŋ厞įŽ°īŧŒå¸ŽåŠŠåˆå­Ļ者å­Ļäš æ¸˛æŸ“
Stars: ✭ 494 (+533.33%)
Mutual labels:  learning, learning-by-doing
Docker Workshop
Docker workshop
Stars: ✭ 174 (+123.08%)
Mutual labels:  learning, learning-by-doing
Learning Unity Ecs 2
A bunch of small Unity projects where I explore and learn Unity's new ECS and Job System. Updated for the new API.
Stars: ✭ 65 (-16.67%)
Mutual labels:  learning, learning-by-doing
Ffmpeg Video Player
An FFmpeg and SDL Tutorial.
Stars: ✭ 149 (+91.03%)
Mutual labels:  learning, learning-by-doing
Guilds
Guilds de OSW
Stars: ✭ 38 (-51.28%)
Mutual labels:  learning, learning-by-doing
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (+74.36%)
Mutual labels:  learning, learning-by-doing
50 Projects For React And The Static Web
⚛ 50 project ideas to learn by doing complete with project briefs, layout ideas, and resources!
Stars: ✭ 319 (+308.97%)
Mutual labels:  learning, learning-by-doing
Postgres Showcase
Postgres features showcase (commented SQL samples) for beginners
Stars: ✭ 121 (+55.13%)
Mutual labels:  learning, learning-by-doing
Dive Into Machine Learning
Dive into Machine Learning with Python Jupyter notebook and scikit-learn! First posted in 2016, maintained as of 2021. Pull requests welcome.
Stars: ✭ 10,810 (+13758.97%)
Mutual labels:  learning, learning-by-doing
Learn Php
🐘 Learn modern PHP
Stars: ✭ 455 (+483.33%)
Mutual labels:  learning, learning-by-doing
Learning
Learn by building
Stars: ✭ 19 (-75.64%)
Mutual labels:  learning, learning-by-doing

My Own Kind

View a Transcript of the screenscast.

Summary

Build a verifiably conformant kubernetes cluster in containers.

Documentation

The FAQ, Kubernetes the Hard Way using mokctl, integrating the Parser in your own project, and how mokctl was created are all in Documentation.

Try mokctl

Take note of the Status below and the Releases page.

For All Operating Systems

Note for Linux users: Cgroups 2 must be disabled. See Install Linux.

Ensure Docker or Moby are installed first.

Add the following to your shell startup file, for example ~/.bashrc or ~/.zshrc:

alias mokbox='docker run --rm -ti --hostname mokbox --name mokbox -v /var/run/docker.sock:/var/run/docker.sock -v /var/tmp:/var/tmp myownkind/mokbox'

Close the terminal and start it again so the alias is created.

Then 'log in' to the work container:

mokbox

Use mokctl and kubectl, which are already installed in the 'mokbox' container:

mokctl build image --get-prebuilt-image

mokctl create cluster myk8s --masters 1

export KUBECONFIG=/var/tmp/admin-myk8s.conf

kubectl get pods -A

Type exit or Ctrl-d to 'log out' of the mokbox. The mokbox container will be deleted but the kubernetes cluster will remain, as will the kubectl file,/var/tmp/admin-myk8s.conf.

To remove the mokctl created kubernetes cluster:

mokbox

export KUBECONFIG=/var/tmp/admin-myk8s.conf

mokctl delete cluster myk8s

exit

Two docker images will remain, 'myownkind/mokbox' and 'myownkind/mok-centos-7-v1.18.3'. Remove them to reclaim disk space, or keep them around to be able to quickly build kubernetes clusters.

See also:

Status

mokctl

  • stable version - not yet.

  • development version - 0.8.1-alpha

Mokctl Utility

OS Version Terminal Status Notes
Fedora 31 gnome terminal works disable cgroups2
install as above
Fedora 32 gnome terminal works disable cgroups2
install as above
Mac OS ?
Windows ?

Contributing

All types of contributions are welcome, from bug reports, giving this project a STAR, success stories, feature requests, fixing typppos, to coding. Also check the CONTRIBUTING.md document.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].