zoukankan      html  css  js  c++  java
  • [DevOps] CI/CD Benefits

    CI/CD enables us to have a streamlined process for how our code transforms from being written to being deployed to production.

    CI/CD enables us to have a streamlined process for how our code transforms from being written to being deployed to production.

    Continuous Integration

    Process in which code is tested, built into a Docker image, and deployed to a container registry.

    Continuous Deployment

    Process in which our Docker image is deployed to containers.

    Additional Benefits

    By streamlining our build and deploy to an automated process, developers are provided the least privilege that they need to write their code.

    Key Terms - CI/CD

    TermDefinition
    Continuous Integration practice of streamlining developer code to a centralized source
    Continuous Deployment practice of streamlining how code is released
    Least Privileged Access providing the least amount of permissions necessary

    Additional Reading

    The following information is available for further reading on key ideas for deploying code.

  • 相关阅读:
    10.28
    10.29
    11.05周四
    数据库增删改查
    11.03Tuesday
    11.10
    连接数据库
    10.30
    11.04周三
    10.27
  • 原文地址:https://www.cnblogs.com/Answer1215/p/14601330.html
Copyright © 2011-2022 走看看