amazon-eks-cicd-codebuild
Amazon EKS CI/CD with CodeBuild in AWS CDK
File Explorer
Download Latest Version (.zip)- auto-approve.yml
- build.yml
- pull-request-lint.yml
- upgrade.yml
- pull_request_template.md
- deps.json
- files.json
- tasks.json
- Dockerfile
- entrypoint.sh
- flask-blue-green.yaml
- flask.yaml
- bootstrap-responsive.min.css
- bootstrap.min.css
- hello.html
- app.py
- Dockerfile
- pyvenv.cfg
- requirements.txt
- eks-cicd-codebuild.png
- flask01.png
- flask02.png
- main.ts
- main.test.ts.snap
- main.test.ts
- .eslintrc.json
- .gitattributes
- .gitignore
- .gitpod.yml
- .mergify.yml
- .npmignore
- .projenrc.js
- cdk.json
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- package.json
- README.md
- tsconfig.dev.json
- tsconfig.json
- version.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/aws-samples/amazon-eks-cicd-codebuild
Downloads the entire project code from GitHub to your computer.
cd amazon-eks-cicd-codebuild
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
$ kubectl apply -f flask-docker-app/k8s/flask.yaml
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
$ yarn install
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
4. Python
EasyPrerequisites
pip install -r flask-docker-app/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
