Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilkuan/rke2-eks-d-lab
https://github.com/neilkuan/rke2-eks-d-lab
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neilkuan/rke2-eks-d-lab
- Owner: neilkuan
- License: apache-2.0
- Created: 2020-12-08T11:32:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T00:59:52.000Z (over 3 years ago)
- Last Synced: 2024-10-07T10:10:52.244Z (30 days ago)
- Language: TypeScript
- Size: 294 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# this is rke2 feat eks-d cdk sample project.
# set ENV
- Clone project
- open gitpod [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/guan840912/rke2-eks-d-lab)# Clone project
- you need install tools
- [node](https://nodejs.org/zh-tw/download/)
- [yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable)
- [aws cli](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html)
- [aws cdk](https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html#getting_started_install)
```bash
git clone https://github.com/guan840912/rke2-eks-d-lab.git
```# setting aws credentials
```bash
aws configure
```# install cdk dependency
```bash
cd rke2-eks-d-lab/
npx projen
```# To list stack
```bash
cdk ls
```# To deploy
```bash
cdk deploy
```# To destroy
```bash
cdk destroy
```source from: https://rancher.com/blog/2020/rke2-supports-amazon-eks-distro
see more rke2: https://docs.rke2.io/install/quickstart/
see more rke2 source code: https://github.com/rancher/rke2