tutorials
DevOps Tutorials
Companion code repository for Anton Putra's DevOps YouTube channel. Contains Terraform, Kubernetes, AWS, Argo CD, and Ansible examples you can follow along with from the video tutorials.
This repository holds the code that goes alongside a YouTube channel focused on DevOps topics. The creator, Anton Putra, publishes video tutorials on infrastructure and operations subjects, and this repository stores the example files, scripts, and configuration code that viewers can follow along with.
The topics covered span a wide range of modern infrastructure tools and platforms. Based on the playlist titles listed in the README, subjects include Terraform (a tool for describing and creating cloud infrastructure as code), Kubernetes (a system for running containerized applications at scale), AWS EKS (Amazon's managed Kubernetes service), Argo CD (a tool for deploying applications to Kubernetes clusters), and general benchmarking comparisons. The repository also carries topic tags for Ansible, GCP, Packer, and serverless, suggesting additional tutorials exist across those areas.
The primary language listed is HCL, which is the configuration language used by Terraform, reflecting the prominence of infrastructure-as-code content. Other tutorials in the repository likely include code in Go, Python, YAML, and shell scripts depending on the subject.
The README is sparse on detail about the repository's structure. It links to a separate contents document (docs/contents.md) for a full lesson index, and points to the author's YouTube channel, LinkedIn, and email for anyone interested in paid consulting or mentorship. The repository functions as a companion resource to video content rather than a standalone project.
Where it fits
- Follow a specific YouTube tutorial episode and run the matching example code from the repository to learn a DevOps tool hands-on.
- Use the Terraform examples as a starting template for provisioning AWS EKS clusters or other infrastructure in your own projects.
- Study the Argo CD configuration examples to learn how to set up GitOps-based deployments to a Kubernetes cluster.