当前位置: 首页 > 软件库 > 云计算 > 云原生 >

kubernetes-handbook-projects

Project codes used in "The Kubernetes Handbook"
授权协议 Unlicense License
开发语言 JavaScript
所属分类 云计算、 云原生
软件类型 开源软件
地区 不详
投 递 者 葛越
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Kubernetes Handbook Projects

�� NOTIFICATION
There are two branches in this repository. The master branch contains the starter projects and the completed branch contains the completed projects.

This repository holds the code for my Kubernetes Handbook article on freeCodecamp. In the article the readers work through three projects with increasing complexity. These projects are as follows:

  • hello-kube - A single container Vue application.
  • notes-api - A multi container Express API.
  • fullstack-notes-application - A full-stack CRUD application with nginx as a reverse proxy.

Prerequisites

  • Familiarity with JavaScript.
  • Familiarity with the Linux Terminal.
  • Familiarity with Docker (suggested read: The Docker Handbook).

It's fine if you haven't worked with JavaScript that much. Having a basic knowledge of executing scripts with npm will suffice.

 相关资料
  • 序言 Kubernetes 是谷歌开源的容器集群管理系统,是 Google 多年大规模容器管理技术 Borg 的开源版本,也是 CNCF 最重要的项目之一,主要功能包括: 基于容器的应用部署、维护和滚动升级 负载均衡和服务发现 跨机器和跨地区的集群调度 自动伸缩 无状态服务和有状态服务 广泛的 Volume 支持 插件机制保证扩展性 Kubernetes 发展非常迅速,已经成为容器编排领域的领导者

  • An opinionated guide on how to become a professional Web/Mobile App Developer. Overview �� Developer Handbook 2020 �� was created to cover the most common technical questions and requirements appearin

  • SDN网络指南 SDN (Software Defined Networking)作为当前最重要的热门技术之一,目前已经普遍得到大家的共识。有关SDN的资料和书籍非常丰富,但入门和学习SDN依然是非常困难。本书整理了SDN实践中的一些基本理论和实践案例心得,希望能给大家带来启发,也欢迎大家关注和贡献。 本书内容包括 网络基础 SDN网络 容器网络 Linux网络 OVS以及DPDK SD-WAN

  • bash-handbook This document is written for those who want to learn Bash without diving in too deeply. Tip: Try learnyoubash — an interactive workshopper based on this handbook! Node Packaged Manuscrip

  • Docker Handbook Projects �� NOTIFICATION There are two branches in this repository. The master branch contains the starter projects and the completed branch contains the completed projects. This repos

  • Ember runloop handbook by Eoin Kelly Table of contents Contributing Introduction Naming is hard Why do we have a runloop? Enter the Ember! Things we already know Where does the framework end and my ap