Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yukin01 committed Oct 23, 2023
1 parent 5f7fc51 commit 32dcdc0
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@
# eks-ssm-agent-container
# eks-scripts
**注意: このリポジトリは、Public Repositoryです。機密情報は含めないでください。**

このリポジトリには、AWS Systems Managerエージェントをコンテナで実行するためのシェルスクリプトおよびDockerfileにおける使用例が含まれています。
## Kustomize

Kustomizeの共通設定を格納しています。

### Rollout Integration

RolloutをKustomizeに正しく認識させるための設定をcomponentsとして切り出しています。

```
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- rollout.yaml
components:
- https://github.com/globis-org/eks-scripts/kustomize/rollout-integration?ref=main
```

## SSM Agent

AWS Systems Managerエージェントをコンテナで実行するためのシェルスクリプトおよびDockerfileにおける使用例が含まれています。

これにより、AWS Systems Managerを使用してコンテナにアクセスすることができます。

## 説明
### 説明
- AWS Systems Managerエージェントをコンテナで実行します。
- AWS Systems Managerを使用して、コンテナにアクセスします。
- サンプルとしてDebianベースとAmazon Linuxベースのコンテナ用のDockerfileが格納されています。

## 使用方法
### 使用方法
2つの環境変数が必要となります。

| 環境変数名 | 説明 |
Expand Down

0 comments on commit 32dcdc0

Please sign in to comment.