{"id":23097983,"url":"https://github.com/jagedn/intro-k8s","last_synced_at":"2026-02-16T19:08:42.014Z","repository":{"id":268134789,"uuid":"903326127","full_name":"jagedn/intro-k8s","owner":"jagedn","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-29T17:31:01.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T08:28:55.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jagedn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-14T10:10:18.000Z","updated_at":"2024-12-29T17:31:05.000Z","dependencies_parsed_at":"2024-12-14T16:22:30.770Z","dependency_job_id":"b7494902-4546-40cd-b2ce-ceda81bce412","html_url":"https://github.com/jagedn/intro-k8s","commit_stats":null,"previous_names":["jagedn/intro-k8s"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2Fintro-k8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2Fintro-k8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2Fintro-k8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2Fintro-k8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jagedn","download_url":"https://codeload.github.com/jagedn/intro-k8s/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247070927,"owners_count":20878586,"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":[],"created_at":"2024-12-16T23:00:16.430Z","updated_at":"2026-02-16T19:08:36.970Z","avatar_url":"https://github.com/jagedn.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro Kubernetes\n\n\nhttps://youtube.com/playlist?list=PL-BJ5myith5gYKkKPVCSUR6148jn0YRrX\n\n# requirements\n\n- Linux\n- Docker installed\n\n# kubectl\n\n`curl -LO \"https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl\"`\n\n# k9s\n\nhttps://github.com/derailed/k9s/releases\n\n# k3d\n\n`curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash`\n\n# Docker registry\n\n`k3d registry create lab-registry.localhost --port 38701`\n\ntest the registry\n\n```\ndocker pull hello-world\ndocker image tag hello-world k3d-lab-registry.localhost:38701/docker-hello\ndocker push k3d-lab-registry.localhost:38701/docker-hello\ndocker run -rm -it k3d-lab-registry.localhost:38701/docker-hello\n``` \n\n# Our cluster\n\n`k3d cluster create lab --port 9999:80@loadbalancer --registry-use k3d-lab-registry.localhost:38701`\n\n\n`k9s`\n\n# Kube config\n\n`cat $HOME/.kube/config`\n\n```\napiVersion: v1\n\nclusters:\n- cluster:\n    ....\nusers:\n- name: admin@k3d-lab\n  user:\n    client-certificate-data: ......\n\ncontexts:    \n- context:\n    cluster: k3d-lab\n    user: admin@k3d-lab\n  name: k3d-lab\ncurrent-context: k3d-lab\n```\n\n\n# 1. Hello world\n\nfollow hellow-world/README.md\n\n# 2. ConfigMap\n\nfollow config-maps/README.md\n\n# 3. Secrets\n\nfollow secrets/README.md\n\n# 4. Volumes\n\nfollow volumes/README.md\n\n## Clean all\n\nkubectl delete -f deployment-config.yml -f configmap.yml -f service.yml -f traefik.yml\n\nk3d cluster delete lab\n\nk3d registry delete lab-registry.localhost\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagedn%2Fintro-k8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjagedn%2Fintro-k8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagedn%2Fintro-k8s/lists"}