From the course: DevOps Foundations: Your First Project

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Beyond your first DevOps project

Beyond your first DevOps project

From the course: DevOps Foundations: Your First Project

Start my 1-month free trial

Beyond your first DevOps project

- [Carlos] We've taken our Awesome Explore California website and turbocharged it with DevOps principles and tooling. We can now run our website locally with Docker, test it locally with RSpec and Selenium, add some automated CI/CD with code using Jenkins and then deploy it onto AWS with terraform. We've gotten a long way but what's next? As it happens, a lot. While this course gave us the building blocks to maintain and deploy Explore California, there's a lot that we can do to go even further. Here's the next steps that we can pursue in our adventure to make Explore California the easiest and fastest website to deploy and maintain out there. So the first next step that we can consider is hosting Explore California on a container orchestrator. We've demonstrated how Explore California can be run and tested entirely through Docker. What if we just took the container concept all the way to production? It turns out we…

Contents