Git Product home page Git Product logo

datadog_k8s_workshop's Introduction

Bonjour ๐Ÿ‘‹

Hi there! I'm Dan (phrawzty on all the things). I have previously done computer stuff at Scaleway, Datadog, Mozilla, and Ubisoft. I'm also a Global Core member of the devopsdays conference series. My pronouns are he / him. Ask me about time zones or French wine! ๐Ÿ˜€

datadog_k8s_workshop's People

Contributors

phrawzty avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

datadog_k8s_workshop's Issues

Explain `run` and why it's deprecated?

The current readme says:

During part one of this workshop we encountered an invocation that produced a deprecation notice, (which we conveniently ignored). The warning implored us to use create instead of run for setting up a new deployment. That's because the currently preferred format for new deployments is to build them from configuration files - which we'll now encounter for the first time.

It probably ought to explain that run automatically creates a deployment with some defaults (e.g. replicas = 1). Doing this is expedient, but not reflective of real-world use (i.e. you're not likely to run a single container with a single instance in prod). That could probably be reflected in the statement "That's because the currently preferred format..." -> "That's because in real-world use your settings will likely differ from the run defaults and you'll want to capture those configurations in files so they can be revisioned and tracked (e.g. in git)."

Overall, I don't want your workshop to give the impression that run is a valid practice outside of demos or one-off testing of containers.

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.