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!
  • 相关阅读:
    浅析WPhone、Android的Back与Home键
    Android音频播放之SoundPool
    Button、ImageButton及ImageView详解
    文本 To 音频
    gravity、layout_gravity及orientation
    项目规范性检测工具Lint
    Android视频播放之VideoView
    ContentProvider数据访问详解
    QQ第三方登录
    Android数据共享
  • 原文地址:https://www.cnblogs.com/MimiSnowing/p/15055436.html
Copyright © 2011-2022 走看看