{"id":15655193,"url":"https://github.com/alexellis/minikube-operator","last_synced_at":"2025-06-22T02:33:34.069Z","repository":{"id":87753977,"uuid":"173129688","full_name":"alexellis/minikube-operator","owner":"alexellis","description":"An operator for Minikube - Kubernetes on Kubernetes","archived":false,"fork":false,"pushed_at":"2019-03-06T13:56:49.000Z","size":15233,"stargazers_count":25,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-02T14:07:04.304Z","etag":null,"topics":["crd","k8s-on-k8s","kube-on-kube","kubernetes","minikube","operator","operator-framework"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexellis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["alexellis"]}},"created_at":"2019-02-28T14:45:40.000Z","updated_at":"2022-11-17T12:59:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"81bebc88-6885-415a-8436-5695e40aa47b","html_url":"https://github.com/alexellis/minikube-operator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alexellis/minikube-operator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexellis%2Fminikube-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexellis%2Fminikube-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexellis%2Fminikube-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexellis%2Fminikube-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexellis","download_url":"https://codeload.github.com/alexellis/minikube-operator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexellis%2Fminikube-operator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261225378,"owners_count":23127125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crd","k8s-on-k8s","kube-on-kube","kubernetes","minikube","operator","operator-framework"],"created_at":"2024-10-03T12:56:57.293Z","updated_at":"2025-06-22T02:33:29.052Z","avatar_url":"https://github.com/alexellis.png","language":"Go","funding_links":["https://github.com/sponsors/alexellis"],"categories":[],"sub_categories":[],"readme":"# minikube-operator\n\n## Status\n\nThis is the port of my [mkaas](https://github.com/alexellis/mkaas) project, which used an early version of the operator-framework. CoreOS made so many changes that the code stopped working all-together, so this repo contains the updated versions.\n\nGoals\n- [x] Port over CRD / operator\n- [x] Update to Kubernetes v1.13\n- [ ] Port over Nginx DaemonSet for accessing the clusters remotely\n\n## Preview\n\nSee [my Tweet](https://twitter.com/alexellisuk/status/1101185378277564417) with a Kubernetes cluster booting up on one of my Kubernetes nodes.\n\n![](https://pbs.twimg.com/media/D0gyGAAWwAAiuNE.jpg)\n\n## Example\n\n```yaml\napiVersion: alexellis.io/v2alpha1\nkind: Minikube\nmetadata:\n  name: \"inlets\"\n  namespace: clusters\nspec:\n  clusterName: \"inlets\"\n  cpuCount: 2\n  memoryMB: 2048\n```\n\n## Try it out\n\nInstall the pre-reqs from [mkaas](https://github.com/alexellis/mkaas).\n\n```\ngit clone git@github.com:alexellis/minikube-operator.git\ncd minikube-operator\n\nkubectl create ns clusters\nkubectl apply -f ./deploy\nkubectl apply -f ./deploy/crds/\n```\n\nView logs:\n\n```\n# See CR get picked up and created\nkubectl logs deploy/minikube-operator -n clusters -f\n\n# See logs of CR's boot-up script where it creates the minikube cluster with KVM\n# Wait until you see text about creating the bundle.\nkubectl logs pod/inlets-minikube -n clusters -f\n```\n\nMinikube data will be available as a bundle in `/var/mkaas` on the host.\n\nYou can un-tar it to /root/ and run `kubectl get node`\n\n## Hacking\n\nBuild:\n\n```bash\noperator-sdk build alexellis2/minikube-operator:0.2.0\ndocker push alexellis2/minikube-operator:0.2.0\n```\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexellis%2Fminikube-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexellis%2Fminikube-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexellis%2Fminikube-operator/lists"}