Make it easier to incorporate new projects to operation code

未关闭
#60 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
20/100
Issue 类型
功能
描述清晰度
需要澄清
活跃度
停滞
技术栈
aws, docker, kubernetes, postgresql

调研方向

未指定任何文件、测试或入口点。首先梳理当前基础设施,以及各项目如何使用 ECS、Kubernetes、EC2、RDS、ECR 和 Docker Hub;要完成这项工作,需要就 provisioning、凭据、上传和受限的生产环境访问制定一致同意的设计,并形成文档化的实施计划。

由索引模型根据 Issue 内容生成。

描述

Right now adding to our current infrastructure is not very easy or new user friendly.

Pain points:

  1. Individuals have to get AWS credentials which can take a long time
  2. Providing individuals the ability to create their own assets while they are learning can cause them to make big mistakes like provision too many.
  3. Have to write their own infrastructure scripts
  4. We lost the dockerhub password, so users need to figure it out on their own
  5. If they decide to use our current infrastructure we have to learn kubernetes, and then we have to trust them they won't break non-related projects.

An example was, in my case I setup a pythonanywhere account and paid for a server and postgres, then when it started being slow we migrated to ECS. Currently it's on ECS, but the rest of operation code doesn't use ECS.

An example of one solution could be:

  1. User requests EC2 and RDS instances.
  2. Some authority provides authentication credentials for these assets.
  3. User doesn't have to know how to write scripts to upload container as someone in leadership provides a standardized upload to ECR/ dockerhub script.
  4. If user wants to troubleshoot production logs, user doesn't need to have full production kubernetes access, which provides ability to break others.
主要语言
HCL
星标
17
派生
12
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

OperationCode/operationcode_infra 的其他 Issue

查看 OperationCode/operationcode_infra 的全部 Issue

相似的 Issue

更多 Cloud Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。