个人主页
管理员

管理员 (@ihunter)

  • 加入网站 2166
  • 连续签到 1
  • 最高连签 2
  • 累计签到 8
  • 今日阅读 0 小时 00 分钟
  • 本周阅读 0 小时 23 分钟
  • 本月阅读 0 小时 23 分钟
  • 累计阅读 2 小时 03 分钟
  • k8s-1.13版本源码分析

    本书将系统讲解kubernetes的核心组件源码,附带介绍相关的周边项目,比如client-go等。
  • Jenkins X 文档

    Jenkins X 是基于 Kubernetes 的持续集成、持续部署平台。该项目是 Jenkins 的子项目。
  • BRAFT 开发手册

    BRAFT 是百度开源的基于 BRPC 的 Raft 一致性算法和可复制状态机的工业级 C++ 实现。最初是为了解决百度各业务线上的状态服务单点隐患,后来则帮助百度工程师独立实现支持高负载和低延迟的分布式系统。
  • MLeap Document

    MLeap is a common serialization format and execution engine for machine learning pipelines. It supports Spark, Scikit-learn and Tensorflow for training pipelines and exporting them to an MLeap Bundle. Serialized pipelines (bundles) can be deserialized back into Spark for batch-mode scoring or the MLeap runtime to power realtime API services.
  • 云原生基础设施

    《云原生基础设施》,作者Justin Garrison和Heptio资深布道师Kris Nova,本书是关于创建和管理基础设施,以适用于云原生应用全生命周期管理的模式和实践。
  • Cloud Native Infrastructure

    Cloud Native Infrastructure, written by Justin Garrison and Heptio Senior Developer Advocate Kris Nova, is about patterns and practices for creating infrastructure capable of managing the full life cycle of cloud native applications.
  • 敖小剑 Cloud Native 学习笔记

    敖小剑 Cloud Native / 云原生 学习笔记
  • kops v1.11 document

    kops - Kubernetes Operations. The easiest way to get a production grade Kubernetes cluster up and running. kops helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters from the command line. AWS (Amazon Web Services) is currently officially supported, with GCE in beta support , and VMware vSphere in alpha, and other platforms planned.
  • Kubespray v2.10.4 Document

    Kubespray - Deploy a Production Ready Kubernetes Cluster。Can be deployed on AWS, GCE, Azure, OpenStack, vSphere, Packet (bare metal), Oracle Cloud Infrastructure (Experimental), or Baremetal;Highly available cluster;Composable (Choice of the network plugin for instance);Supports most popular Linux distributions;Continuous integration tests
  • PaddlePaddle 1.3(fluid) 使用文档

    PaddlePaddle (PArallel Distributed Deep LEarning) 是一个简单易用、高效灵活、可扩展的深度学习平台,最初由百度科学家和工程师共同开发,目的是将深度学习技术应用到百度的众多产品中。