Giter Site home page Giter Site logo

dev-tools's People

Contributors

at0s avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

luketn

dev-tools's Issues

Bootstrap CI/CD process

Description

Commits to master should result in the deployment/update, all that jazz. Commits to a feature branch should result in running a test suit / linters / etc

DMZ network

Description

Underlying services will self-manage private components (as there is fit/requirement), here we need to figure out the buffer zone, which will protect us from the hostilities of the Internet; implement it, and document the effort.

Backend to store Terraform state

Description

Terraform is a very flexible tool, to extend that the fully managed infrastructure state is in the hands of the developer in the form of a state file. A couple of options here, really:

  1. Store the file on S3 and lock it away with DynamoDB.
  2. Use TerraformCloud and it will take care of all the complexities.
  3. Run Consul nearby and use it to host the state.

Would be nice to supplement this with a nice doco.

Strategy for using credentials within Terraform provider

Description

For aws provider, I had to create an actual IAM user with enabled programmatic access.
To successfully run terraform plan and terraform apply, I put credentials into my ./aws/credentials in the [default] section. This is a very naive way to manage credentials. There might be better approaches with SSO and/or role-based access.

Shared runtime for applications in containers

Problem

Applications should run in a standard environment. Containers are a natural choice here, as we are able to provide a consistent environment and somewhat standard interface for running applications. With one important question - which platform to choose for container orchestration?

K8s test

Will try the managed solution from AWS (EKS).

Done when

  1. Running an instance of nginx container.
  2. Able to connect to it using k8s proxy (using EKS control plane)
  3. Able to connect as a regular Internet user

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.