• 使用cloudflare(CF)搭建dockerhub代理

    使用cloudflare(CF)搭建dockerhub代理前言目前国内docker所有域名都被屏蔽,造成一些玩docker的用户很是苦恼,更换阿里云的镜像加速但镜像也没dockerhub那么多,有些好用的工具一直拉不下来,自己搭建dockerhub镜像站又耗时还得购买海外服务器,非常不划算。本文按照...

    K8S如何获得 IP

    Kubernetes 网络模型的核心要求之一是每个 Pod 都应该有自己的 IP 地址,并且集群中的每个 Pod 都应该能够使用这个 IP 地址与其进行通信。有多个网络提供商(flannel、calico、canal 等)实现了这种网络模型。在 kubernetes 中设置网络有多种方法,容器运行时...

    如何为K8S保驾护航

    随着Kubernetes的不断发展,技术不断成熟,越来越多的公司选择把自家的应用部署到Kubernetes中。但是把应用部署到Kubernetes中就完事了吗?显然不是,应用容器化只是万里长征的第一步,如何让应用安心、稳定的运行才是后续的所有工作。这里主要从以下几个方面来进行整理,对于大部分公司足够...

    K8S控制器之stateful_set_status_update.go源码解读

    /*Copyright 2017 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...

    K8S控制器之stateful_pod_control.go源码解读

    /*Copyright 2016 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...

    K8S控制器之stateful_set.go源码解读

    /*Copyright 2016 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...

    K8S控制器之stateful_set_control.go源码解读

    /*Copyright 2016 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...

    K8S调度器 extender.go 源码解读

    /*Copyright 2015 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...

    K8S 调度器 scheduler_one.go 源码解读

    /*Copyright 2014 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...

    K8S控制器之 scheduler.go 调度器 源码解读

    /*Copyright 2014 The Kubernetes Authors.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in c...