Giter Site home page Giter Site logo

kubernetes-101's Issues

Building Docker Container

From your explanation of docker it seems like you are expecting people to potentially be brand new to docker, so you might want to throw some steps in the Containerization lesson that explains that they need to signup for docker, install cli, etc before they run docker build -t yourname/hs-pizza-webapp-service:latest .

Kubernetes Services Feedback

Now that our pod is labelled more sensibly, we can configure a service to route traffic to it. The simplest way to expose a service is via ClusterIP โ€” in a ClusterIP service, calls to the-service-name inside of the Kubernetes cluster will resolve to that ClusterIP.^[1] The service manifest will look like this:

^^ this doesn't read write grammatically and I had a hard time understanding.

I think one thing to change is that from my understanding the-service-name is just a filler word to describe the name of the service you are using it on. I think because most of the time in the lessons, you are using code text format highlighting to describe commands or names of things in the repo, it made me think you were describing a file or actual service instead of just a way to describe the context

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.