Deploying AWS EKS using bitbucket-pipelines

Victor Amadi September 19, 2024

Hi everyone, I am fairly new to CI/CD and I want to use bitbucket pipelines to trigger docker image to build, push to ECR and then deploy to EKS

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 20, 2024

Hi Victor!

If you are not familiar with Bitbucket Pipelines at all and you want to check configuration options, you can start by checking this documentation first:


You can use Docker commands in your Pipelines builds if you add docker as a service in a certain step:

This documentation more info on running Docker commands in Pipelines and also certain restrictions and limitations.


You can use the following pipe in your bitbucket-pipelines.yml file to push an image to AWS ECR:

And you can use the following pipe to deploy to AWS EKS:

Both repositories I shared have a README.md file with instructions on how to use each pipe. You can see that README if you scroll down, it's right below the list of each repo's files.

Please feel free to reach out if you have any questions!

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events