https://github.com/user-cube/devops
Centralized documentation for Kubernetes, Cloud, Terraform, and more.
https://github.com/user-cube/devops
aws kubernetes opentofu terraform
Last synced: 5 months ago
JSON representation
Centralized documentation for Kubernetes, Cloud, Terraform, and more.
- Host: GitHub
- URL: https://github.com/user-cube/devops
- Owner: user-cube
- Created: 2025-07-02T21:18:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-19T14:52:06.000Z (11 months ago)
- Last Synced: 2025-07-19T18:36:21.089Z (11 months ago)
- Topics: aws, kubernetes, opentofu, terraform
- Language: TypeScript
- Homepage: https://devops.ruicoelho.pt
- Size: 2.73 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevOps Knowledge Base
A centralized documentation website for DevOps topics, built with [Docusaurus](https://docusaurus.io/). This site covers Kubernetes, AWS Cloud, Terraform, and more, making it easy for teams and individuals to learn and share best practices.
## Features
- Modern static site generator (Docusaurus)
- Organized docs for Kubernetes, AWS, Terraform, and DevOps tools
- Easy navigation and search
- Custom components and diagrams
- Ready for public or internal use
## Getting Started
### Installation
```bash
npm install
```
### Local Development
```bash
npm start
```
This command starts a local development server and opens a browser window. Most changes are reflected live without restarting the server.
### Build
```bash
npm build
```
This command generates static content into the `build` directory, which can be served using any static hosting service.
## Contributing
Contributions are welcome! Please open issues or pull requests for improvements, new topics, or corrections.