zoukankan      html  css  js  c++  java
  • OKD

    OKD

    什么是OKD

    Openshift 就是K8s的一个发行版,OKD则是Openshift的社区版.

    OKD is a distribution of Kubernetes optimized for continuous application development and multi-tenant deployment. OKD adds developer and operations-centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams. OKD is a sibling Kubernetes distribution to Red Hat OpenShift.

    OKD embeds Kubernetes and extends it with security and other integrated concepts. OKD is also referred to as Origin in github and in the documentation.

    • Kubernetes: Open source container orchestration and cluster management at scale.
    • podman: Standardized Linux container packaging for applications and their dependencies.
    • coreos: A container-focused OS that's designed for painless management in large clusters.
    • operator framework: An open source project that provides developer and runtime Kubernetes tools, enabling you to accelerate the development of an Operator.
    • cri-o: A lightweight container runtime for Kubernetes.
    • promethus: Prometheus is a systems and service monitoring toolkit that collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.
    WARNING: No any other purpose,keeping reminded! So sorry to offended,if necessary, contact me and I do change what I had done to protect your privileges!
  • 相关阅读:
    [SDOI2009]学校食堂Dining
    [SCOI2005]最大子矩阵
    [AHOI2009]中国象棋
    洛谷P1850 换教室(概率dp)
    洛谷[1007]梦美与线段树(线段树+概率期望)
    洛谷P3577 [POI2014]TUR-Tourism
    CF1045G AI robots(动态开点线段树)
    洛谷P4721 【模板】分治 FFT(分治FFT)
    洛谷P4726 【模板】多项式指数函数
    洛谷P4173 残缺的字符串(FFT)
  • 原文地址:https://www.cnblogs.com/MimiSnowing/p/15055436.html
Copyright © 2011-2022 走看看