Let's quickly walk through setting up a DevOps local development environment. A local development step that requires many different CLI tools any DevOps would need for the day-to-day job.
Docker can be used to implement a consistent local setup across teams and the Visual Studio Code extension, the "Dev Containers" makes it a whole lot easier. There are a couple of options for setting up the local environment, but Docker with a VSCode extension to run development environment as a Container instance is the cleanest option.
https://www.devteds.com/devops-local-...
Source code:
https://github.com/devteds/devops-loc...
------------------------------------------------------------------------
Related content:
Course: Kubernetes on AWS (Hands-on Get Started Guide):
https://www.devteds.com/kubernetes-co...
Episode - Multi-Stage Docker Build
• Docker Multi-stage for Production-rea...
Episode - MySQL and PostgreSQL with Docker in Development
• MySQL & PostgreSQL with Docker in dev...
------------------------------------------------------------------------
Commands & README:
https://github.com/devteds/devops-loc...
------------------------------------------------------------------------
Author:
Chandra Shettigar | Devteds, LLC
https://devteds.com, / shettigarc , / shettigar
------------------------------------------------------------------------
Chapters:
--------------
00:00 Introduction
00:42 Context
01:00 Local Setup Options
01:44 Dev Containers
06:15 Source Code on Docker Host
08:13 Configure CLI & Share Credentials
11:02 Test & Run Terraform
12:56 Summary