Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qbituniverse/platform-ops
PlatformOps scripts, templates, and CICD automation.
https://github.com/qbituniverse/platform-ops
bash cicd powershell yaml
Last synced: 27 days ago
JSON representation
PlatformOps scripts, templates, and CICD automation.
- Host: GitHub
- URL: https://github.com/qbituniverse/platform-ops
- Owner: qbituniverse
- License: mit
- Created: 2023-10-19T18:36:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T20:31:59.000Z (2 months ago)
- Last Synced: 2024-10-18T19:55:12.290Z (2 months ago)
- Topics: bash, cicd, powershell, yaml
- Language: PowerShell
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlatformOps
Software is no longer delivered in isolation. The days of a manual compile, build, package and deploy are long gone. This shift from manual to automated processes has brought new practices in the world of software development and delivery, mainly around the following 5 points:
1. How software is written?
2. How software projects are structured?
3. How software is packaged and delivered?
4. How software is consumed?
5. How and where software is running?In essence, the 5 points above define how important **PlatformOps** role is in today’s world. The role of **PlatformOps** is to help you learn how to put together simple as well as complex software architectures and deliver these in "one-click", or "as code" fashion - reliably, any time of the day.
## Resources
- [Azure Cloud](/azure-cloud)
- [Azure DevOps](/azure-devops)
- [AWS Cloud](/aws-cloud)
- [Google Cloud](/google-cloud)
- [Docker](/docker)
- [Kubernetes](/kubernetes)