{"id":22052720,"url":"https://github.com/jrhrmsll/minikube-arm64","last_synced_at":"2026-04-09T20:47:23.244Z","repository":{"id":150276550,"uuid":"556398752","full_name":"jrhrmsll/minikube-arm64","owner":"jrhrmsll","description":"A foundation to play locally with Kubernetes","archived":false,"fork":false,"pushed_at":"2023-03-07T00:47:03.000Z","size":45,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T21:45:09.556Z","etag":null,"topics":["docker","kubernetes","parallels","vagrant"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/jrhrmsll.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}},"created_at":"2022-10-23T19:05:28.000Z","updated_at":"2022-10-27T18:18:24.000Z","dependencies_parsed_at":"2023-05-04T23:03:48.204Z","dependency_job_id":null,"html_url":"https://github.com/jrhrmsll/minikube-arm64","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrhrmsll%2Fminikube-arm64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrhrmsll%2Fminikube-arm64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrhrmsll%2Fminikube-arm64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrhrmsll%2Fminikube-arm64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrhrmsll","download_url":"https://codeload.github.com/jrhrmsll/minikube-arm64/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245122653,"owners_count":20564351,"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":["docker","kubernetes","parallels","vagrant"],"created_at":"2024-11-30T15:14:03.534Z","updated_at":"2026-04-09T20:47:23.175Z","avatar_url":"https://github.com/jrhrmsll.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minikube on Linux arm64\n\nminikube setup based on ubuntu-20.04-arm64 running as a Vagrant Virtual Machine with the _Parallels_ provider.\n\n## Applications\n- Docker\n- Docker Compose\n- minikube\n\n## Just start\n\n### Start the Virtual Machine\n```\nvagrant up\n```\n### SSH into the Virtual Machine \n```\nvagrant ssh\n```\n\n### Launch minikube\n```\nminikube start --kubernetes-version=v1.25.3\n```\n\n### Install kubectl\n```\ncurl -LO https://dl.k8s.io/release/v1.25.3/bin/linux/arm64/kubectl\n```\n\n```\ncurl -LO https://dl.k8s.io/release/v1.25.3/bin/linux/arm64/kubectl.sha256\necho \"$(cat kubectl.sha256)  kubectl\" | sha256sum --check\n```\n\n```\nsudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl\n```\n\n## Operations\n\n### Get all running pods!\n```\nkubectl get pods -A\n```\n\n### Create a job\n```\nkubectl create job hello --image nixery.dev/arm64/shell -- echo \"Hello World\"\n```\n\n### Expose Kubernetes API using kubectl proxy\n```\nkubectl proxy --port=8080 --address=0.0.0.0 --accept-hosts='.+'\n```\n\n#### Test Kubernetes API from the host machine\n```\ncurl http://localhost:8080/apis\n```\n\n## Programming (Go)\nThe [src](https://github.com/jrhrmsll/minikube-arm64/tree/main/src) directory contains an simple program using the [client-go](https://github.com/kubernetes/client-go) library, to talk with the Kubernetes API\nand list the existing jobs in the default namespace.\n\nTo create the program binary run (from the `src` directory):\n```\nGOOS=linux go build -o jobs main.go\n```\n\nin the **host** machine and execute the following in the **guess** one:\n\n```\n/vagrant/src/jobs\n```\n\nthe output should be similar to:\n```\nhello\n```\n\nthe name of the Job created before in the `default` namespace.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrhrmsll%2Fminikube-arm64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrhrmsll%2Fminikube-arm64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrhrmsll%2Fminikube-arm64/lists"}