Coder Social home page Coder Social logo

kubernetes-workshop's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kubernetes-workshop's Issues

Bad practices advised throughout

02-secrets-environment-variables.md

Your guide recommends exposing Secrets as deployment configuration values, stored in the clear on the deployments, as well as injected into the running container's ENV. This is a violation of security practices and defeats the the purpose of using Secrets altogether. Please update your docs to either advise that this practice puts application and environment security at risk, or update your practices and approach to follow k8s best practices and the protection of secrets.

04-dockerize-rails-for-kubernetes.md

This guide advises an approach that requires a database connection in order to build the Docker container. This means that the Docker build environment must be able to resolve and communicate with a database. If this is intended, it is best to use ARG and allow the user to specify the hostname of the DB by --build-arg. However, the best practice would be to avoid this requirement altogether and have your asset pipeline detached from DB dependencies (directly using webpack is good way to do that). The advised approach is brittle in CI/CD environments and can cause additional headaches when attempting to have Docker build as part of Pipeline builders. Please update your docs to reflect the risks of the recommended approach, or revise your recommendations.

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.