上一页 1 ··· 142 143 144 145 146 147 148 149 150 ··· 491 下一页
摘要: Key Points AWS EKS is a service that we can use to set up Kubernetes. The deployment.yaml file is used to specify how our pods should be created. The  阅读全文
posted @ 2021-04-09 17:41 Zhentiw 阅读(64) 评论(0) 推荐(0)
摘要: Configuring Your Cluster Kubernetes has configurations that can be tuned to optimize your deployed application. Cost Replicas: you can reduce number o 阅读全文
posted @ 2021-04-09 17:40 Zhentiw 阅读(130) 评论(0) 推荐(0)
摘要: Find: sudo lsof -i :8080 Kill: kill -9 <PID> 阅读全文
posted @ 2021-04-08 15:16 Zhentiw 阅读(65) 评论(0) 推荐(0)
摘要: Overview Create IAM User with CodeCommit Access Configure local AWS user aws configure HTTPS Git credentials for AWS CodeCommit Create CodeCommit Repo 阅读全文
posted @ 2021-04-07 03:23 Zhentiw 阅读(143) 评论(0) 推荐(0)
摘要: Continue with Part 1 Overview Instead of manully build Docker image, this time, we use CodeBuild to build the Docker image for us. Update buildspec.ym 阅读全文
posted @ 2021-04-07 03:22 Zhentiw 阅读(226) 评论(0) 推荐(0)
摘要: Creating an IAM User with Admin Permissions Navigate to IAM > Users. Click Add user. Set the following values: User name: k8-admin Access type: Progra 阅读全文
posted @ 2021-04-06 03:15 Zhentiw 阅读(167) 评论(0) 推荐(0)
摘要: Introduction In this hands-on lab, we go through the process of configuring a CodeCommit repository from the AWS Command Line Interface. We also go th 阅读全文
posted @ 2021-04-04 17:05 Zhentiw 阅读(127) 评论(0) 推荐(0)
摘要: After build sucess, we want to push the build docker image to dockerhub. For that we need to login dockerhub provide username and password. Of course, 阅读全文
posted @ 2021-04-01 23:02 Zhentiw 阅读(41) 评论(0) 推荐(0)
摘要: CI/CD enables us to have a streamlined process for how our code transforms from being written to being deployed to production. Continuous Integration 阅读全文
posted @ 2021-03-31 14:31 Zhentiw 阅读(56) 评论(0) 推荐(0)
摘要: The AWS Command Line Interface (AWS CLI) is a command-line tool that allows you to interact with AWS services using commands in your terminal/command 阅读全文
posted @ 2021-03-31 14:07 Zhentiw 阅读(180) 评论(0) 推荐(0)
上一页 1 ··· 142 143 144 145 146 147 148 149 150 ··· 491 下一页