{"id":28893029,"url":"https://github.com/paulopez78/devops-tools","last_synced_at":"2026-02-09T19:04:35.545Z","repository":{"id":48500064,"uuid":"236603117","full_name":"paulopez78/devops-tools","owner":"paulopez78","description":"Devops tools workshop with #containers #docker #kubernetes #ci-cd","archived":false,"fork":false,"pushed_at":"2022-09-30T19:51:34.000Z","size":77,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-21T00:09:00.364Z","etag":null,"topics":["bash-script","cicd","containers","devops","docker","go","kubernetes","pipelines","workshop"],"latest_commit_sha":null,"homepage":"https://docs.google.com/presentation/d/19jxpdzmK2SjL3mBAEcCXHRXi1Y1wgw0bjDMdd1KzvOE","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/paulopez78.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}},"created_at":"2020-01-27T21:51:08.000Z","updated_at":"2025-04-16T08:57:38.000Z","dependencies_parsed_at":"2023-01-18T20:31:11.609Z","dependency_job_id":null,"html_url":"https://github.com/paulopez78/devops-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paulopez78/devops-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulopez78%2Fdevops-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulopez78%2Fdevops-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulopez78%2Fdevops-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulopez78%2Fdevops-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulopez78","download_url":"https://codeload.github.com/paulopez78/devops-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulopez78%2Fdevops-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266801402,"owners_count":23986371,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash-script","cicd","containers","devops","docker","go","kubernetes","pipelines","workshop"],"created_at":"2025-06-21T02:30:27.202Z","updated_at":"2026-02-09T19:04:30.518Z","avatar_url":"https://github.com/paulopez78.png","language":"Shell","readme":"# Devops tools workshop\n## Scripting, Pipelines, Containers, Docker and Kubernetes\n\n### **Cross Platform Setup (Windows, Mac or Linux)**\n\n### Download and install\n\n* [Visual Studio Code](https://code.visualstudio.com/download) with recommended plugins:\n    - [Docker](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools)\n    - [Kubernetes](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools)\n    - [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)\n    - [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go)\n    - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)\n    - [ShellCheck](https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck)\n    - [vscode-icons](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools)\n\n* [Git](https://git-scm.com/downloads)\n* [Docker](https://www.docker.com/products/docker-desktop)\n* [Golang](https://golang.org/dl/)\n* [Python](https://www.python.org/downloads/)\n* [jq](https://stedolan.github.io/jq/download/)\n* [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/)\n* [Kind](https://kind.sigs.k8s.io/docs/user/quick-start)\n\nRecommended:\n* [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh)\n    * enable [kubectl plugin](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/kubectl/kubectl.plugin.zsh)\n* [kubectx](https://github.com/ahmetb/kubectx)\n\n\n#### Note for Linux users \n- Docker for desktop is not available in Linux but docker can be installed natively [here](https://docs.docker.com/install/linux/docker-ce/ubuntu/)\n- As Docker for desktop is not available one of the easiest ways to run kubernetes in linux is using [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/)\n\n#### Note for Windows users \n- It is highly recommended to setup [WSL configured for connecting to Docker for Desktop](https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly).\n- The best option but still in preview is the new [Docker for Desktop WSL 2 backend](https://docs.docker.com/docker-for-windows/wsl-tech-preview/)\n- It is also really interesting the option of running VSCode inside [WSL](https://code.visualstudio.com/remote-tutorials/wsl/run-in-wsl) or [WSL2](https://code.visualstudio.com/blogs/2019/09/03/wsl2) to have fully linux experience in Windows.\n\n### Signup for\n\n* [Dockerhub](https://hub.docker.com)\n* [Github](https://github.com)\n\n### Pull all the needed images\n\nStart docker and pull images running the script `pull.sh`\n\n\n### Slide Deck\n[Slides for the workshop](https://docs.google.com/presentation/d/19jxpdzmK2SjL3mBAEcCXHRXi1Y1wgw0bjDMdd1KzvOE/edit?usp=sharing)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulopez78%2Fdevops-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulopez78%2Fdevops-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulopez78%2Fdevops-tools/lists"}