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!
  • 相关阅读:
    DateTime的精度小问题
    使用For XML PATH 会影响Cross Apply 返回
    一个update的小故事
    行大小计算测试
    Sql Server 2008R2 遇到了BCP导入各种中文乱码的问题
    php-fpm 启动不了 libiconv.so.2找不到
    Git使用教程
    支付宝接口使用文档说明 支付宝异步通知
    Linux(CentOs6.4)安装Git
    NGINX防御CC攻击教程
  • 原文地址:https://www.cnblogs.com/MimiSnowing/p/15055436.html
Copyright © 2011-2022 走看看