Giter Site home page Giter Site logo

y-sera / aws-pipeline-demo-with-tekton Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aws-samples/aws-pipeline-demo-with-tekton

0.0 0.0 0.0 611 KB

License: MIT No Attribution

Shell 85.27% Java 2.53% Go 5.37% CSS 1.09% HTML 2.79% Dockerfile 0.85% Mustache 2.10%

aws-pipeline-demo-with-tekton's Introduction

aws-pipeline-demo-with-tekton

This repository contains the demo resources discussed in the blog post Cloud Native CI/CD with Tekton and ArgoCD on AWS.

The code provided is for demo purposes only and not ready for production.

Prerequisites

This demo requires multiple tools to be installed on your machine.

Please make sure that the following tools are installed and ready to use:

Further we suggest to use a dedicated AWS account. The install script should be executed with the credentials of an Admin user.

The following articles provide guidance to setup an AWS Account and configure the required Admin user:

Please note that the tests were made within the eu-central-1 (Frankfurt) region and a VPC that had subnets deployed into 3 availability zones. Further the installation took place from a computer with the MacOS operating system installed

Next a Kubernetes cluster is required in order to deploy Tekton and other related resources. In order to work with the demo script please use the official eksctl command line tool to create the cluster. Please find below the required steps in order to create a cluster (cluster config file can be found in the root folder of the repository):

$ eksctl create cluster -f eks-cluster-config.yaml

Please wait until the cluster has been provisioned successfully and you obtained the kubeconfig file. You can test the successfull installation by running:

$ eksctl get clusters
$ kubectl get nodes

If both of the above commands completed successfully please continue with the installation steps.

Install demo environment

Clone the repository and run the installation script:

$ git clone https://github.com/aws-samples/aws-pipeline-demo-with-tekton.git
$ cd aws-pipeline-demo-with-tekton
$ chmod u+x install.sh
$ ./install.sh

Please note that the script requires your public ip address to continue. This ip address will be used to restrict the access to the resources deployed through the script.

The script installs the environment and takes approximately 10 minutes to complete (depends on your internet connectivity). Please keep your Terminal open until everyhting is installed and the output section is displayed.

Uninstall

To uninstall all resources, please switch back into the root folder:

$ cd aws-tekton-pipeline-demo
$ chmod u+x uninstall.sh
$ ./uninstall.sh

Wait until all resources have been removed. We suggest to double check your AWS account for not cleaned up resources which needs to be removed manually. Especially the cluster needs to be removed manually.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

aws-pipeline-demo-with-tekton's People

Contributors

y-sera avatar amazon-auto avatar sotoiwa avatar valentinwidmer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.