Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- python popen
- gcc regex
- InfluxDB
- centos pyhon 설치
- semanage
- 백준
- python os
- c3 초
- 1697
- CentOS7
- 정규식 문자열 출력
- c3 second
- grafana dashboard
- c3 축 없애기
- snmp test
- telegraf
- 정규식 활용
- selinux port 등록
- 정규식 컴파일
- python subprocess
- linux시간으로 변경
- c3 step graph
- snmp
- g++ 업데이트
- regex_search
- c3 축 가리기
- subporcess path
- influxdb 설치
- c++ 정규식
- gcc 업데이트
Archives
- Today
- Total
리셋 되지 말자
awscli irsa 테스트 본문
참고링크
https://repost.aws/knowledge-center/eks-pods-iam-role-service-accounts
예시
apiVersion: v1
kind: Pod
metadata:
name: awscli
labels:
app: awscli
spec:
serviceAccountName: YOUR_SERVICE_ACCOUNT
containers:
- image: amazon/aws-cli
command:
- "sleep"
- "604800"
imagePullPolicy: IfNotPresent
name: awscli
restartPolicy: Always
명령어
awscli env | grep AWS
aws sts get-caller-identity
'Kubernetes' 카테고리의 다른 글
Weaviate (0) | 2024.04.06 |
---|---|
Grafana, Tempo 모니터링 간단 예시 - springboot, mongodb (1) | 2024.01.02 |
[Trino] 설치 및 맛보기 (0) | 2023.08.10 |
Python Pod 예시... (0) | 2023.07.07 |
[Mongodb] mongodb scaling on kubernetes (2) | 2023.06.09 |