ZhangZhihui's Blog |
|
||
2023年12月19日
摘要:
apiVersion: v1 kind: Service metadata: name: zimple-bank-api-service spec: selector: app.kubernetes.io/name: zimple-bank-api ports: - protocol: TCP po 阅读全文
摘要:
Then looking at this code: res, err := client.Do(req) defer res.Body.Close() if err != nil { return nil, err } I'm guessing that err is not nil. You'r 阅读全文
摘要:
The value of Desired Size of node group can be changed automatically by the value of Desired capacity of Auto scaling group: Better to edit node group 阅读全文
摘要:
Warning FailedScheduling 89s default-scheduler 0/1 nodes are available: 1 node(s) had untolerated taint {node.cloudprovider.kubernetes.io │ │ /uniniti 阅读全文
2023年12月18日
摘要:
Namespace - :ns Enter Pods in a namespace - select a namespace and press Enter All pods - :pod Enter Back to up level - press ESC Exit - :quit Enter S 阅读全文
摘要:
zzh@ZZHPC:~$ aws eks update-kubeconfig --name zimple-bank --region ap-southeast-2 An error occurred (AccessDeniedException) when calling the DescribeC 阅读全文
摘要:
Before you create worker nodes, you must create an IAM role with the following IAM policies: AmazonEKSWorkerNodePolicy AmazonEKS_CNI_Policy AmazonEC2C 阅读全文
摘要:
阅读全文
摘要:
zzh@ZZHPC:~$ aws ecr get-login-password xxxxxxxxxx zzh@ZZHPC:~$ aws ecr get-login-password | docker login --username AWS --password-stdin 793698357301 阅读全文
2023年12月17日
摘要:
zzh@ZZHPC:~$ aws configure AWS Access Key ID [None]: xxxxxxxxxxxxxxxxxxxx AWS Secret Access Key [None]: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Defau 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |