{"id":16112895,"url":"https://github.com/jonathanmdr/kubernetes","last_synced_at":"2026-04-27T20:33:25.173Z","repository":{"id":99788227,"uuid":"322920114","full_name":"jonathanmdr/kubernetes","owner":"jonathanmdr","description":"Kubernetes course","archived":false,"fork":false,"pushed_at":"2021-04-20T18:55:25.000Z","size":1410,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T07:27:18.268Z","etag":null,"topics":["helm","helm-chart","helm-charts","k8s","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/jonathanmdr.png","metadata":{"files":{"readme":"README.md","changelog":"news-project/administration/imagens-pvc.yml","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":"2020-12-19T19:12:46.000Z","updated_at":"2021-04-20T18:55:27.000Z","dependencies_parsed_at":"2023-08-01T02:17:02.394Z","dependency_job_id":null,"html_url":"https://github.com/jonathanmdr/kubernetes","commit_stats":{"total_commits":59,"total_committers":2,"mean_commits":29.5,"dds":0.03389830508474578,"last_synced_commit":"5aaedee5bae4f7efb62bc4edcfede7ca5af99909"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonathanmdr/kubernetes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2Fkubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2Fkubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2Fkubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2Fkubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanmdr","download_url":"https://codeload.github.com/jonathanmdr/kubernetes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2Fkubernetes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["helm","helm-chart","helm-charts","k8s","kubernetes"],"created_at":"2024-10-09T20:09:33.951Z","updated_at":"2026-04-27T20:33:25.157Z","avatar_url":"https://github.com/jonathanmdr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubernetes\nProjeto do curso de Kubernetes, conhecendo e aplicando os conceitos de Pod, Service, ConfigMap, Deployment, StatefulSet, PersistentVolume, PersistentVolumeClaim, StorageClass, Probes e HPA.\n\nTambém conheceremos e aplicaremos os conceitos de uso do helm como gerenciador de pacotes para aplicações em cluster kubernetes.\n\n[![node](https://img.shields.io/badge/Kubernetes-stable-blue.svg)](https://kubernetes.io)\n[![node](https://img.shields.io/badge/Minikube-v1.18.1-blue.svg)](https://minikube.sigs.k8s.io)\n[![node](https://img.shields.io/badge/Helm-v3.5.3-blue.svg)](https://helm.sh/)\n\n## Sobre o Projeto:\nO projeto consiste em um site de notícias, onde temos uma divisão de dois microsserviços, sendo um deles uma aplicação administrativa para publicar e/ou remover notícias, e um segundo que é um portal de notícias \nque lista todas as notícias que são cadastradas pela aplicação admin.\n\n\u003c/br\u003e\n\n## Arquitetura:\n\n[![node](https://github.com/jonathanmdr/kubernetes/blob/master/docs/project_architecture.png)](https://github.com/jonathanmdr/kubernetes/blob/master)\n\n\u003c/br\u003e\n\n## Setup Ambiente Linux:\n\nExecute o script bash `setup_env_k8s_dev.sh` para montar o ambiente com os recursos necessários.\n\n \u003e :warning: O script foi testado somente em distribuições baseadas em Ubuntu.\n\n\u003c/br\u003e\n\nRequisitos |\n--|\n`curl` |\n`git` |\n`docker` |\n\n\u003c/br\u003e\n\nInstalação |\n--|\n`kubectx` |\n`kubens` |\n`kubectl` |\n`helm` |\n`minikube` |\n\n\u003c/br\u003e\n\n#### Exemplo de uso:\n\n```bash\n~$ ./setup_env_k8s_dev.sh bash # Para quem utiliza o .bashrc\n~$ ./setup_env_k8s_dev.sh zsh # Para quem utiliza o .zshrc\n```\n\n\u003c/br\u003e\n\n[Setup Linux File](https://github.com/jonathanmdr/kubernetes/blob/master/utils/setup_env_k8s_dev.sh)\n\n\u003c/br\u003e\n\n## Deploy:\n\nExecute o script bash `deploy.sh` para subir a aplicação toda no cluster kubernetes local configurado anteriormente no setup.\n\n \u003e :warning: O script foi testado somente em distribuições baseadas em Ubuntu.\n\n\u003c/br\u003e\n\n#### Exemplo de uso:\n\n```bash\n~$ ./deploy.sh up # Para realizar o deploy da aplicação\n~$ ./deploy.sh down # Para realizar o undeploy da aplicação\n```\n\n\u003c/br\u003e\n\n[Deploy Application File](https://github.com/jonathanmdr/kubernetes/blob/master/utils/deploy.sh)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanmdr%2Fkubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanmdr%2Fkubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanmdr%2Fkubernetes/lists"}