LiuDongdong

爱好由来落笔难,一诗千改心始安。

Kubernetes-etcd使用

etcd 是一个分布式的、可靠的 key-value 存储系统,它用于存储分布式系统中的关键数据,这个定义非常重要。 一个 etcd 集群,通常会由 3 个或者 5 个节点组成,多个节点之

Kubernetes-yaml详解

属性名称 介绍 apiVersion API 版本 kind 资源类型 metadata 资源元数据 spec 资源规格 replicas 副本数量 selector 标签选择器 template Pod 模板 metadata Pod 元数据 spec Pod 规格 containers 容器配置 1. 核心技术概念 .1. 复制控制器(R

Kubernetes-介绍

Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. Service discovery and load balancing Kubernetes can expose a container using the DNS name or using their own IP address. If traffic to a container is high, Kubernetes is able to load balance and distribute the network traffic so that the deployment is stable. Storage orchestration Kubernetes allows you

栈内存&堆内存&逃逸分析

1. 栈内存 栈内存由编译器自动分配和释放,开发者无法控制。栈内存一般存储函数中的局部变量、参数等,函数创建的时候,这些内存会被自动创建;函数返回

AIOTSummary

智能物联网(AIoT)是2018年兴起的概念,指系统通过各种信息传感器实时采集 各类信息(一般是在监控、互动、连接情境下的),在终端设备、边缘
0%