avatar
Articles
649
Tags
192
Categories
85
Home
Archives
Tags
Categories
About
ByteCodingKubernetes - Containerized Application Back to Home
Home
Archives
Tags
Categories
About

Kubernetes - Containerized Application

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

Author: zhongmingmao
Link: https://blog.zhongmingmao.top/2022/07/03/cloud-native-foundation-k8s-containerized-application/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Cloud NativeKubernetesContainerDocker
cover of previous post
Previous
Spring Cloud - Overview
cover of next post
Next
Kubernetes - Docker Principle
Related Articles
cover
2022-07-01
Kubernetes - Docker Overview
cover
2022-07-10
Kubernetes - Communicate
存储 网络
cover
2022-07-09
Kubernetes - Registry
cover
2022-10-01
Kubernetes - Container Interconnection
拷贝数据123456$ docker run -d --rm redis450662153d83e6e1b30af57443ccfe68d798d5c7f4f8e50d2d287fdde2c1645c$ docker psCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES450662153d83 redis "docker-entrypoint.s…" 7 seconds ago Up 6 seconds 6379/tcp cranky_wilbur 拷贝宿主机文件到容器 1234567891011$ md5sum a.txtd41d8cd98f00b204e9800998ecf8427e a.txt$ docker cp a.txt 450:/tmp$ docker exec -it 450 sh# ls /tmpa.txt# md5sum /tmp/a.txtd41d8cd98f00b204e98009...
cover
2022-09-18
Kubernetes - Containerization
镜像 只读:依赖的文件系统、依赖库、环境变量、启动参数等 核心解决的问题:应用分发 应用容器化 应用不再直接与 OS 打交道,而是封装成镜像,再交给容器环境去运行 常用命令镜像 命令 作用 docker pull 从远端仓库拉取镜像 docker images 列出当前本地已有的镜像 docker rmi 删除不再使用的镜像 容器12$ docker run -h srv --rm alpine hostnamesrv 1234567891011121314151617181920$ docker run -d nginx:alpine6376e2649ef2d4a6073b977fcc4408f7a3f21b6f32775b42be85711b989dd6ce$ docker run -d --name redis_srv redis2a79d491ecb3108b07df7d369dfe8abc6ac314efc2054951ef7b77e0deba0584$ docker run -it --name ubuntu ubuntu sh# cat /etc/o...
cover
2022-07-02
Kubernetes - Docker Principle
avatar
zhongmingmao
Focus on Infrastructure.
Articles
649
Tags
192
Categories
85
Announcement
Things are always unexpected!
Recent Posts
MCP Docs - Authorization
MCP Docs - Authorization2026-03-10
MCP Docs - Architecture
MCP Docs - Architecture2026-03-03
MCP Docs - Overview
MCP Docs - Overview2026-03-03
MCP - Introduction
MCP - Introduction2026-03-02
AI Native Dev - Claude Code Core Mode
AI Native Dev - Claude Code Core Mode2025-01-27
© 2015 - 2026 By zhongmingmao
Life is like a box of chocolates. You can't know what you'll eat until you open it.