전체 글
-
Amazon EKS 1.22 ingress카테고리 없음 2022. 6. 9. 09:20
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: namespace: game-2048 name: ingress-2048 annotations: alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:ap-northeast-2:124124124124:certificate/125125124sadf alb.ingress.kubernetes.io/ssl-policy: ELBSecurityPolicy-2016-08 alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]' alb.ingress.kubernetes.io/actions.ssl-redir..
-
eks 1.22 aws-load-balancer-controller 설치카테고리 없음 2022. 6. 3. 15:25
eks 1.22 aws-load-balancer-controller curl -o iam_policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.0/docs/install/iam_policy.json aws iam create-policy \ --policy-name AWSLoadBalancerControllerIAMPolicy1111 \ --policy-document file://iam_policy.json eksctl create iamserviceaccount \ --cluster=eks-name \ --namespace=kube-system \ --name=aws-load-bala..
-
aws-load-balancer-controller 삭제카테고리 없음 2022. 6. 3. 11:11
eks aws-load-balancer-controller 삭제 helm delete aws-load-balancer-controller -n kube-system helm delete aws-load-balancer-controller -n kube-system eksctl delete iamserviceaccount --cluster --namespace kube-system --name aws-load-balancer-controller #출처 https://artifacthub.io/packages/helm/aws/aws-load-balancer-controller
-
System has not been booted with systemd as init system (PID 1). Can't operate.카테고리 없음 2022. 6. 3. 10:31
os : wsl2 System has not been booted with systemd as init system (PID 1). Can't operate. 명령어 wget --content-disposition \ "https://gist.githubusercontent.com/djfdyuruiry/6720faa3f9fc59bfdf6284ee1f41f950/raw/952347f805045ba0e6ef7868b18f4a9a8dd2e47a/install-sg.sh" chmod +x /tmp/install-sg.sh /tmp/install-sg.sh && rm /tmp/install-sg.sh cmd 관리자 실행 wsl --shutdown wsl genie -s
-
System has not been booted with systemd as init system (PID 1). Can't operate.카테고리 없음 2022. 6. 3. 10:24
os : wsl2 System has not been booted with systemd as init system (PID 1). Can't operate. 명령어 wget --content-disposition \ "https://gist.githubusercontent.com/djfdyuruiry/6720faa3f9fc59bfdf6284ee1f41f950/raw/952347f805045ba0e6ef7868b18f4a9a8dd2e47a/install-sg.sh" chmod +x /tmp/install-sg.sh /tmp/install-sg.sh && rm /tmp/install-sg.sh cmd 관리자 실행 wsl --shutdown wsl genie -s
-
prometheus https scheme카테고리 없음 2022. 5. 30. 10:54
prometheus https scheme config prometheus.yml --------------------------------------- - job_name: test-utest honor_timestamps: true scrape_interval: 1m scrape_timeout: 30s metrics_path: /actuator/prometheus scheme: https static_configs: - targets: - test-utest.co.kr:443