https://github.com/qllair/admin-devops
The repository represents work and results throughout the semester in the subject "Information Systems Administration"
https://github.com/qllair/admin-devops
ansible datadog grafana prometheus terraform
Last synced: 9 months ago
JSON representation
The repository represents work and results throughout the semester in the subject "Information Systems Administration"
- Host: GitHub
- URL: https://github.com/qllair/admin-devops
- Owner: qllair
- License: mit
- Created: 2025-10-02T17:34:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-02T20:11:05.000Z (9 months ago)
- Last Synced: 2025-10-02T20:18:41.155Z (9 months ago)
- Topics: ansible, datadog, grafana, prometheus, terraform
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# admin-devops
The repository represents work and results throughout the semester in the subject **"Information Systems Administration"**.
## Course Goal
The goal of this course is to study methods and tools for system administration, focusing on both thereotical foundations and practical skills with **DevOps practices**.
This repository is used to learn and practice the following tasks from the labs:
- Automate deployment and configuration
- Manage infrastructure as code (Ansible, Terraform)
- Monitor and visualise system performance (Prometheus, Grafana, Datadog)
## Preface
For the source [project](https://github.com/ybkuroki/go-webapp-sample/tree/master), I chose a simple **Go web application**, using:
- **Echo** (web framework)
- **GORM** (ORM for Go)
- **Zap** logger