DevOps training repository. Check repository wiki or docs directory for detailed work documentation.
In this repository, two web applications are created to practice:
- Web application development with Python and TypeScript.
- Testing with Pytest and Jest.
- Packaging and building with Docker.
- Continuous Integration with Jenkins and GitHub Actions.
- Infrastructure as Code with Terraform.
- Configuration Management with Ansible.
- Monitoring with Prometheus and Grafana Loki.
- Visualization and analytics with Grafana.
- Container Orchestration with Kubernetes.
-
app_python: sample flask webapp that shows current time.
-
app_nodejs: fork of my old project sh3b0/PongMe.