Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Enter Kubernetes.

Satinder Rawal answered on April 17, 2023 Popularity 4/10 Helpfulness 1/10

Contents


More Related Answers

  • kubernetes get inside pod
  • command to set ns in kubectl
  • kubernetes demo secret file
  • kubernetes get services
  • kubectl config kubernetes dashboard
  • kubectl expose
  • kubectl secret value
  • kubectl secret value
  • kubectl patch kubernetes
  • kubernetes commands
  • secret kubernetes yaml
  • kubernetes auth
  • kubernetes evict
  • Kubernetes configuration
  • what user i am using with kubectl?
  • How to expose your Kubernetes app
  • Getting Started with Kubernetes#
  • What you get with Linode Kubernetes Engine (LKE)#
  • kubernetes runtime
  • exucute bash kubernetes
  • kubernetes command kubectl

  • Enter Kubernetes.

    0

    Kubernetes allowed us to clearly define responsibilities between the product and ops teams. It provided the primitives necessary - such as Services, Deployments and ConfigMaps - to roll our software out in a fast, predictable manner. The product teams could manage their own deployments while the ops teams offered the monitoring services needed to ensure that their deployments went smoothly.

    All code at Thought Machine lives in a single monorepo, where we maintain code in multiple languages (mainly Python, Go and Java), as well as our Kubernetes resource files and infrastructure code. This allows the infrastructure team to make sweeping changes across the board in an atomic way. In the past, we maintained a separate repository for Puppet modules, but coordinating changes and deployments between multiple repos was difficult and error prone.

    We have a strict code review policy where any change must be reviewed by at least one person (including a senior developer depending on the sensitivity of the code), a policy we’ve enforced from the beginning. It’s proven to be an amazing way to educate others, discuss designs or to simply notify other engineers of what’s going on. As soon as a PR is raised your changes will be picked up by a build agent and all of the affected tests will be run in the background (we use specialised on-premise servers for this).

    Once your branch has been merged into master, we determine the Docker images that have been affected, re-build them and tag them with a unique hash based on the contents of the image. We then move on to template our Kubernetes object definitions (explained below).

    Since we treat Docker labels as immutable, updating our Deployment YAML files every time an image changed would be painful. Instead, we template these values in at the end of the build. An example of a committed deployment might look like: 

    Popularity 4/10 Helpfulness 1/10 Language java
    Source: Grepper
    Tags: enter java
    Link to this answer
    Share Copy Link
    Contributed on Apr 17 2023
    Satinder Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.