avatar
Articles
675
Tags
207
Categories
99
Home
Archives
Tags
Categories
About
ByteCodingKubernetes - Registry Back to Home
Home
Archives
Tags
Categories
About

Kubernetes - Registry

Created2022-07-09|Cloud NativeCloud Native FoundationKubernetes
|Word Count:0|Reading Time:1mins

Author: zhongmingmao
Link: https://blog.zhongmingmao.top/2022/07/09/cloud-native-foundation-k8s-registry/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Cloud NativeKubernetesDockerContainerDockerfile
cover of previous post
Previous
Kubernetes - Communicate
存储 网络
cover of next post
Next
Kubernetes - Dockerfile
Related Articles
cover
2022-07-10
Kubernetes - Communicate
存储 网络
cover
2022-07-08
Kubernetes - Dockerfile
cover
2022-09-15
Kubernetes - Docker Architecture
Architecture 核心是 Docker daemon Flow123456789101112131415161718192021222324252627$ docker run hello-worldUnable to find image 'hello-world:latest' locallylatest: Pulling from library/hello-world2db29710123e: Pull completeDigest: sha256:faa03e786c97f07ef34423fccceeec2398ec8a5759259f94d99078f264e9d7afStatus: Downloaded newer image for hello-world:latestHello from Docker!This message shows that your installation appears to be working correctly.To generate this message, Docker took the following...
cover
2022-07-01
Kubernetes - Docker Overview
cover
2022-09-16
Kubernetes - Docker Nature
本质 容器,是一个特殊的隔离环境,能够让进程只看到这个环境内的有限信息,不能对外界环境施加影响隔离的原因:系统安全隔离的实现:namespace + cgroup + chroot(rootfs) Container vs VM 容器并不是直接运行在 Docker 上,Docker 只是辅助建立隔离环境,让容器基于 Linux 运行 VM 虚拟化出来的是硬件,需要在上面再安装一个 Guest OS 才能运行应用程序,会消耗大量的系统资源 容器则直接利用了下层的计算机硬件和操作系统,非常轻量级,但多个容器共用 OS Kernel,隔离程度不如 VM 实现方式 优势 劣势 VM 虚拟化硬件 隔离程度非常高 资源消耗大,启动慢 Container 直接利用下层的硬件和操作系统 资源利用率高运行速度快 隔离程度较低
cover
2022-07-03
Kubernetes - Containerized Application
avatar
zhongmingmao
Focus on Infrastructure.
Articles
675
Tags
207
Categories
99
Announcement
Things are always unexpected!
Recent Posts
Microservices - MSE V1
Microservices - MSE V12026-09-01
Agent Infra - Agentic Database V1
Agent Infra - Agentic Database V12026-08-23
Agent Infra - Cloud Agents V8
Agent Infra - Cloud Agents V82026-08-22
Agent Infra - Cloud Agents V7
Agent Infra - Cloud Agents V72026-08-22
Agent Infra - Cloud Agents V6
Agent Infra - Cloud Agents V62026-08-21
© 2015 - 2026 By zhongmingmao
Life is like a box of chocolates. You can't know what you'll eat until you open it.