An open API service indexing awesome lists of open source software.

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"

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