{"id":18819631,"url":"https://github.com/jdgabriel/descomplicando_kubernetes","last_synced_at":"2026-05-08T10:33:19.384Z","repository":{"id":233542851,"uuid":"787408453","full_name":"jdgabriel/descomplicando_kubernetes","owner":"jdgabriel","description":"Meu aprendizados do Kubernetes Essentials","archived":false,"fork":false,"pushed_at":"2024-04-16T14:11:44.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T11:06:25.641Z","etag":null,"topics":["cluster","docker","kind","kubernetes","nginx","pod"],"latest_commit_sha":null,"homepage":"https://github.com/badtuxx/DescomplicandoKubernetes","language":null,"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/jdgabriel.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}},"created_at":"2024-04-16T13:18:20.000Z","updated_at":"2024-04-16T14:15:15.000Z","dependencies_parsed_at":"2024-04-16T16:44:55.999Z","dependency_job_id":"9c625b72-41e5-4f8c-8207-d4af29f29588","html_url":"https://github.com/jdgabriel/descomplicando_kubernetes","commit_stats":null,"previous_names":["jdgabriel/descomplicando_kubernetes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jdgabriel/descomplicando_kubernetes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdgabriel%2Fdescomplicando_kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdgabriel%2Fdescomplicando_kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdgabriel%2Fdescomplicando_kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdgabriel%2Fdescomplicando_kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdgabriel","download_url":"https://codeload.github.com/jdgabriel/descomplicando_kubernetes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdgabriel%2Fdescomplicando_kubernetes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32776769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cluster","docker","kind","kubernetes","nginx","pod"],"created_at":"2024-11-08T00:24:12.717Z","updated_at":"2026-05-08T10:33:19.347Z","avatar_url":"https://github.com/jdgabriel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/jdgabriel/descomplicando_kubernetes/blob/main/images/k8s.png\"/\u003e\n\n# Descomplicando Kubernetes\n\n## DIA - #1\n### 1. Ferramentas\n#### Docker\n```bash\ncurl -fsSL https://get.docker.com | bash\n```\n#### kubectl\n\n```bash\ncurl -LO \"https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256\"\n\nsudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl\n```\n#### Kind - Kubernetes in Docker\n```bash\n# For AMD64 / x86_64\n[ $(uname -m) = x86_64 ] \u0026\u0026 curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.22.0/kind-linux-amd64\n# For ARM64\n[ $(uname -m) = aarch64 ] \u0026\u0026 curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.22.0/kind-linux-arm64\nchmod +x ./kind\nsudo mv ./kind /usr/local/bin/kind\n```\n### 2. Primeiros passos\nCriando seu primeiro cluster com Kind. Necessário ter o Docker rodando.\n```bash\nkind create --name kind-cluster --config=meu-primeiro-cluster.yaml\n```\nCriando seu primeiro Pod Kubernetes - Nginx\n```bash\nkubectl apply -f meu-primeiro-pod.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdgabriel%2Fdescomplicando_kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdgabriel%2Fdescomplicando_kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdgabriel%2Fdescomplicando_kubernetes/lists"}