Littledriver's Blog
Home
About
  • The smallest schedulable unit in Kubernetes — Pod

    Dec 1, 2019 · 11 min read · container kubernetes  ·
    Share on:

    Overview As I have mentioned in the previous blog, lots of technologies the Kubernetes relies on are created with the help of the operating system. For example, the container is the specific process that corporates with the CGroup and Linux Namespace on OS. However, there is another essential OS concept used in …

    Read More
  • Kubernetes 的基石 — 容器技术

    Sep 15, 2019 · 3 min read · container kubernetes  ·
    Share on:

    Overview 随着容器技术的诞生和发展,它不再仅仅是一个发布你所开发软件的新姿势,更是在后端开发生态中,慢慢的成为了工程师开发模式的一部分。 容器技术最核心的一个优势,就是抹平了由于开发环境和部署环境的差异导致的部署线上服务困难的问题。任何一个以“容器”,都会被独立发布和部署。并且在“构建”的过程中,可以同时将服务所依赖的“环境”进行打包,从而保证了线上和本地的环境一致,减少部署过程中出现的问题。 除此之外,容器技术的实现借助了 Linux 操作系统中两个比较重要的技术 Namespace 和 Cgroup。前者让某一个容器运行起来之后可以在环境或者说是视图上保持良好的隔离性,后者则让一个容器在使用操作系统提供的资源的时候,与其 …

    Read More

Littledriver

Coder, Learner
Read More

Recent Posts

  • Understanding Reliability Risk
  • How Kubernetes Deletes A Pod Gracefully
  • Paper Note — MapReduce
  • 几个和网络分层有关的问题
  • The smallest schedulable unit in Kubernetes — Pod
  • Kubernetes 的基石 — 容器技术

Categories

KUBERNETES 3 CONTAINER 2 TROUBLESHOOTING 2 DISTRIBUTED-SYSTEM 1 NETWORK 1 RELIABILITY 1

Tags

CONTAINER 2 KUBERNETES 2 INDEX 1 KUBERENTES 1 NETWORK 1 PAPER-NOTE 1 SRE 1
Littledriver's Blog

Copyright  LITTLEDRIVER'S BLOG. All Rights Reserved