-
Introduction to Istio Resources
Istio is an open platform that provides a uniform way to connect, manage, and secure microservices. It supports managing traffic, enforcing access policies, and aggregating telemetry data, all with... -
Use VPC Endpoint to Keep Your Network Traffic in AWS
AWS VPC Endpoints enhance security and performance by keeping network traffic within the AWS cloud.
This article covers what VPC Endpoints are, their types, and how to set them up to improve your AWS infrastructure. -
Hypervisor介绍
hypervisor作用、类型和实现简介。
-
Kubernetes中的Static pod实现与使用场景分析
介绍Kubernetes中的staic pod具体的实现逻辑,以及可能的使用场景。
-
Ploto quick start
介绍任务调度与执行框架Ploto的quick start. 目前可部署使用,源码待整理后开源。
-
使用CRD和Aggregated Server扩展Kubernetes
Kubernetes官方提供了两种常用的方式让开发者可以方便地进行自定义的扩展。一种是使用CRD(Custom Resource Definition),另一种则是配置Aggregation layer,将请求代理到Aggreated Server中。本文主要介绍两者的使用原理和相关的适用场景。
-
PV和PVC
在 Kubernetes 中,有状态应用(stateful application)非常普遍和重要,而PV和PVC是实现有状态应用的核心基础。
-
几种常见的发布策略
本文主要介绍Kubernetes中经常使用到的几种发布策略,如蓝绿发布、红黑发布、金丝雀(灰度)发布、滚动发布等。
-
Kubernetes架构及核心组件介绍
Kubernets是一个容器编排平台,本文主要介绍其整体架构,以及各个核心组件之间是如何协作完成容器的各项编排工作。
1