Home [Kubernetes] Pod에서 sudo 권한 얻기
Post
Cancel

[Kubernetes] Pod에서 sudo 권한 얻기

krew 설치

  • https://krew.sigs.k8s.io/docs/user-guide/setup/install/
  • kubectl plugin을 설치/관리할때 사용
1
2
3
4
# 기존
kubectl exec $POD_NAME -- bash
# sudo
kubectl exec-as $POD_NAME -- bash
This post is licensed under CC BY 4.0 by the author.

[Hive] 특정 필드(들)을 제외하고 컬럼 추출

[Pyspark] Wilson Score UDF