Skip to content

JFloresTech/devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Devops for the Desperate:
WSL, Windows Server, Linux, Vagrant, Ansible, Docker, Kubernetes, Prometheus, Grafana, Github, Terraform, Azure

This project loosely follows the book Devops for the Desperate with the following structure:

Part 1: Infrastructure as Code, Configuration Management, Security, and Administration

  • Chapter 1: Setting up a Virtual Machine
  • Chapter 2: using Ansible to Manage Passwords, Users, and Groups
  • Chapter 3: Using Ansibleto Configure SSH
  • Chapter 4: Controlling User Commands with sudo
  • Chapter 5: Automating and Testing a Host-Based Firewall

Part 2: Containerization and Deploying Modern Applications

  • Chapter 6: Containerizing an Application with Docker
  • Chapter 7: Orchestrating with Kubernetes
  • Chapter 8: Deploying Code

Part 3: Infrastructure as Code, Configuration Management, Security, and Administration

  • Chapter 9: Observability
  • Chapter 10: Troubleshooting Hosts

Part 4 (Not included in the book): Infrastructure as Code with Terraform and Deploy to Azure

  • Using Terraform to provision cloud infrastructure
  • Configuring Azure services such as Key Vault, VPC, CosmoDB, and Container Registry




Part 1: Infrastructure as Code, Configuration Management, Security, and Administration

Chapter 1: Setting up a Virtual Machine

I am using Windows, so WSL2. The book uses VirtualBox which I have used in the past but I prefer to setup VMs using KVM or Hyper-V for practice.

Its suppose to be Ubuntu on a Virtual Box VM, WSL2 is already Ubunutu running parallel but it has to be configured to allow KVM nested virtualization.

Chapter 2: using Ansible to Manage Passwords, Users, and Groups

Chapter 3: Using Ansibleto Configure SSH

Chapter 4: Controlling User Commands with sudo

Chapter 5: Automating and Testing a Host-Based Firewall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published