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!
  • 相关阅读:
    PHP下实现两种ajax跨域的解决方案之jsonp
    实际应用中git(合并本地与服务器项目)
    centos7 编译安装nginx
    windows vagrant共享目录设置问题
    shell 需要注意的点
    插入排序(直接插入排序)
    选择排序
    快速排序
    冒泡排序
    centos7.5安装redis-5.0.4
  • 原文地址:https://www.cnblogs.com/MimiSnowing/p/15055436.html
Copyright © 2011-2022 走看看