DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Creating a CI/CD Environment and deploying Containers in the Cloud

4 years ago medium.com
Creating a CI/CD Environment and deploying Containers in the Cloud

Summary: This is a summary of an article originally published by the source. Read the full original article here →

In this article, we’ll be setting up an environment for automated building, testing, and deployment, using containers and services hosted in the cloud. Furthermore you must have some previous knowledge of Docker, some of basics AWS services, and software engineering in general.

Now let’s build a Dockerfile and a docker-compose for our Python code and upload it to Docker Hub.

To upload the image, let’s build and push it to Docker Hub with these terminal commands: Go to your homepage, you will see your Docker image there.

After building and testing, if everything goes well, Travis will deploy our image to Docker Hub and tell ECS that there’s a new version of it.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com