{"id":26879499,"url":"https://github.com/racksync/workshop-devops","last_synced_at":"2026-05-01T08:32:27.559Z","repository":{"id":106356869,"uuid":"607720688","full_name":"racksync/workshop-devops","owner":"racksync","description":"Examples and Resources used in a DevOps workshop Materials.","archived":false,"fork":false,"pushed_at":"2025-03-25T13:39:27.000Z","size":7995,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T14:38:07.952Z","etag":null,"topics":["ci-cd","cloud-native","cluster","cncf","devops","devsecops","docker","gitops","k8s","kubernetes","linux","owasp","security"],"latest_commit_sha":null,"homepage":"https://racksync.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/racksync.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-02-28T14:46:37.000Z","updated_at":"2025-03-22T20:06:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0480b3a-12e6-44b5-99cb-02609aaf5a31","html_url":"https://github.com/racksync/workshop-devops","commit_stats":null,"previous_names":["racksync/workshop-devops"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/racksync/workshop-devops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racksync%2Fworkshop-devops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racksync%2Fworkshop-devops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racksync%2Fworkshop-devops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racksync%2Fworkshop-devops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/racksync","download_url":"https://codeload.github.com/racksync/workshop-devops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/racksync%2Fworkshop-devops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32490810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["ci-cd","cloud-native","cluster","cncf","devops","devsecops","docker","gitops","k8s","kubernetes","linux","owasp","security"],"created_at":"2025-03-31T13:30:23.070Z","updated_at":"2026-05-01T08:32:27.544Z","avatar_url":"https://github.com/racksync.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hands On Workshop for DevOps \n![devops](https://img.shields.io/badge/DevOps-Workshop-blue?style=for-the-badge\u0026logo=devops\u0026logoColor=white)\n![kubernetes](https://img.shields.io/badge/Kubernetes-Workshop-326CE5?style=for-the-badge\u0026logo=kubernetes\u0026logoColor=white)\n![docker](https://img.shields.io/badge/Docker-Workshop-2496ED?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n![git](https://img.shields.io/badge/Git-Workshop-F05032?style=for-the-badge\u0026logo=git\u0026logoColor=white)\n![github](https://img.shields.io/badge/GitHub-Workshop-444444?style=for-the-badge\u0026logo=github\u0026logoColor=white)\n![gitlab](https://img.shields.io/badge/GitLab-Workshop-FC6D26?style=for-the-badge\u0026logo=gitlab\u0026logoColor=white)\n![bitbucket](https://img.shields.io/badge/BitBucket-Workshop-0052CC?style=for-the-badge\u0026logo=bitbucket\u0026logoColor=white)\n![linux](https://img.shields.io/badge/Linux-Workshop-FCC624?style=for-the-badge\u0026logo=linux\u0026logoColor=black)\n![owasp](https://img.shields.io/badge/OWASP-Workshop-7A2518?style=for-the-badge\u0026logo=owasp\u0026logoColor=white)\n![cncf](https://img.shields.io/badge/CNCF-Workshop-6469A0?style=for-the-badge\u0026logo=cncf\u0026logoColor=white)\n![racksync](https://img.shields.io/badge/RACKSYNC-Workshop-blue?style=for-the-badge\u0026logo=racksync\u0026logoColor=white)\n\n\nWelcome to the DevOps Workshop repository. This repository contains tutorials and guides on various DevOps tools and practices. start with the basics of Linux and Docker, then move on to Git, CI/CD, Kubernetes, and more.\n\n\n## 📚 Table of Contents\n\n1. [Debian Linux Tutorial](docs/01-Tutorial_Debian_Linux.md) - Introduction to Linux commands, file system, package management, and more\n2. [Docker Tutorial](docs/02-Tutorial_Docker.md) - Learn Docker, containers, images, and Docker Compose\n3. [Git Tutorial](docs/03-Tutorial_Git_Github.md) - Version control, branches, commits, and collaboration\n4. [CI/CD with GitHub Actions](docs/04-Tutorial_CI_CD_GitHub.md) - Continuous Integration/Continuous Deployment with GitHub Actions\n5. [CI/CD with GitLab](docs/05-Tutorial_CI_CD_GitLab.md) - Implementing CI/CD pipelines with GitLab\n6. [CI/CD with BitBucket](docs/06-Tutorial_CI_CD_BitBucket.md) - Setting up CI/CD workflows in BitBucket\n7. [CI/CD Testing \u0026 Linting](docs/07-Tutorial_CI_CD_Test_Lint.md) - Advanced testing and linting in CI/CD pipelines\n8. [Container Orchestration with Kubernetes](docs/08-Tutorial_Container_Orchestration.md) - Introduction to Kubernetes and container orchestration\n9. [Project Monitoring](docs/09-Project_Monitoring.md) - Tools and techniques for monitoring applications\n10. [Load Balancing \u0026 CDN](docs/10-Tutorial_Load-Balance_CDN.md) - Implementing load balancing and content delivery networks\n11. [Deploy on Platforms](docs/11-Tutorial_Deploy-on-Platform.md) - Deploying applications to various cloud platforms\n12. [Load Testing](docs/12-Tutorial_Load-Test.md) - Performance testing and load testing techniques\n13. [Security Practices \u0026 OWASP](docs/13-Tutorial_Security-Practice_OWASP.md) - Security best practices and OWASP guidelines\n14. [Cloud Native Computing Foundation](docs/14-CNCF.md) - Introduction to CNCF and cloud native technologies\n\n## 🚀 Getting Started\n\nClone this repository to get started:\n\n```bash\ngit clone https://github.com/racksync/workshop-devops.git\ncd workshop-devops\n```\n\nFollow the tutorials in the suggested order to build a comprehensive understanding of DevOps practices and tools.\n\n## 📋 Prerequisites\n\nSee individual tutorials for specific prerequisites. Generally, you'll need:\n\n- A Linux-based system or WSL2 on Windows\n- Docker installed\n- Git installed\n- GitHub/GitLab/BitBucket accounts\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📝 License\n\nSee the LICENSE file for details.\n\n### Links\n\n- [Services \u0026 Products](http://racksync.com)\n- [Training Course](https://facebook.com/racksync)\n\n### Community\n\n- [Home Automation Thailand](https://www.facebook.com/groups/hathailand)\n- [Home Automation Marketplace](https://www.facebook.com/groups/hatmarketplace)\n- [Home Automation Thailand Discord](https://discord.gg/Wc5CwnWkp4) \n\n## [RACKSYNC CO., LTD.](https://racksync.com)\n\nWe are an expert in Automation and Smart Solutions of all sizes. We provide consulting services as well as system implementation. Installed and monitored by experts We are also a full-service Software As A Service development company. developing software for various industries. We are ready to provide advice and services to you.\n\\\n\\\nRACKSYNC COMPANY LIMITED \\\nSuratthani, Thailand  \\\nEmail : devops@racksync.com \\\nTel : +66 85 880 8885 \n\n[![Home Automation Thailand Discord](https://img.shields.io/discord/986181205504438345?style=for-the-badge)](https://discord.gg/Wc5CwnWkp4) [![Github](https://img.shields.io/github/followers/racksync?style=for-the-badge)](https://github.com/racksync) \n[![WebsiteStatus](https://img.shields.io/website?down_color=grey\u0026down_message=Offline\u0026style=for-the-badge\u0026up_color=green\u0026up_message=Online\u0026url=https%3A%2F%2Fracksync.com)](https://racksync.com)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fracksync%2Fworkshop-devops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fracksync%2Fworkshop-devops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fracksync%2Fworkshop-devops/lists"}