码迷,mamicode.com
首页 >  
搜索关键字:concepts    ( 369个结果
【K8s概念】Ingress
参考:https://kubernetes.io/zh/docs/concepts/services-networking/ingress/ FEATURE STATE: Kubernetes v1.19 [stable] Ingress 是对集群中服务的外部访问进行管理的 API 对象,典型的访问 ...
分类:其他好文   时间:2021-07-28 21:37:25    阅读次数:0
Istio介绍
Istio介绍 一、Istio介绍 官方文档:https://istio.io/docs/concepts/what-is-istio/ 中文官方文档:https://istio.io/zh/docs/concepts/what-is-istio/ Github地址:https://github.c ...
分类:其他好文   时间:2021-07-14 18:47:03    阅读次数:0
异步、多线程、Await/Async、Task
异步多线程历险记、Await/Async、Task、Thread ...
分类:编程语言   时间:2021-06-19 19:30:25    阅读次数:0
21-K8S Basic-网络插件体系及flannel基础
一、Kubernetes的网络模型和网络策略 PS :K8S网络插件官方手册 https://kubernetes.io/zh/docs/concepts/cluster-administration/networking/ 1.1、Kubernetes网络模型和CNI插件 在Kubernetes中 ...
分类:其他好文   时间:2021-05-24 13:15:06    阅读次数:0
OpenGL ES入门(二 )- Your First OpenGL Scene - Beginning OpenGL ES and GLKit
1. Core Concepts:OpenGL Context 从图中我们可以看到集中常见的OpenGL Context: Texture Vertex Buffer Objects Shader Frame & Render Buffers State 这些内容都可以通过一段代码进行初始化 [[E ...
分类:其他好文   时间:2021-05-24 03:10:11    阅读次数:0
2021-4-23 BioDSTest2019
Introduction This article is about some concepts of the biomedical data analysis. Question 1 (a) First-principle(FP) models & Data driven(DD) models D ...
分类:其他好文   时间:2021-04-27 14:16:10    阅读次数:0
Programming Concepts: Static vs. Dynamic Type Checking
Programming Concepts Series: The Stack and the Heap Compiled and Interpreted Languages Concurrency Static vs. Dynamic Type Checking Type Introspection ...
分类:其他好文   时间:2020-11-26 15:03:39    阅读次数:6
Programming Concepts: Type Introspection and Reflection
Programming Concepts Series: The Stack and the Heap Compiled and Interpreted Languages Concurrency Static vs. Dynamic Type Checking Type Introspection ...
分类:其他好文   时间:2020-11-26 15:02:41    阅读次数:5
kubernetes快速入门-基础概念
kubernetes基础概念概述kubernetes是一个开源的容器编排系统,可实现容器化应用程序的自动部署、水平扩展和管理。kubernetes集群是master/nodes的架构,master是管理节点,一般由3个节点组成,nodes节点称为工作节点,节点要多至上千个。组件更详细的请参考官方文档:https://kubernetes.io/zh/docs/concepts/overview/c
分类:Web程序   时间:2020-09-17 19:43:02    阅读次数:32
Kubernetes Operator基础入门
Operator是一个特定于应用程序的控制器,它扩展了Kubernetes API,方便工程师管理复杂的应用程序。本文将简单介绍Kubernetes Operator的概念和工作原理,并在文末通过一个常见案例让你更清晰地了解Operator
分类:Web程序   时间:2020-09-14 19:13:12    阅读次数:50
369条   1 2 3 4 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!