为了账号安全,请及时绑定邮箱和手机立即绑定

concepts

很多同学在进行编程学习时缺乏系统学习的资料。本页面基于concepts内容,从基础理论到综合实战,通过实用的知识类文章,标准的编程教程,丰富的视频课程,为您在concepts相关知识领域提供全面立体的资料补充。同时还包含 c string、c 编程、c 程序设计 的知识内容,欢迎查阅!

concepts相关知识

  • Understanding Python
    Ok, perhaps I jest. As a Python instructor, understanding decorators is a topic I find students consistently struggle with upon first exposure. That’s because decorators are hard to understand! Getting decorators requires understanding several functional programming concepts as well as feeling comfortable with some unique features of Python’s function definition and function calling syntax. Using decorators is easy (see Section 10)! But writing them
  • Kubernetes stateful set讲解以及一个基于postgreSQL的具体例子
    Stateful Set是Kubernetes 1.9版本新引入的一个概念,用于管理有状态的应用。Kubernetes官方文档:https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/Manages the deployment and scaling of a set of Pods, and provides guarantees about the ordering and uniqueness of these Pods.Like a Deployment, a StatefulSet manages Pods that are based on an identical container spec. Unlike a Deployment, a StatefulSet maintains a sticky identity for each of their Pods. These pods are create
  • 『中级篇』k8s重要的Deployment(64)
    之前介绍了,pod,ReplicationController,ReplicaSet。这次主要说下Deoloyments。源码:https://github.com/limingios/docker/tree/master/No.9 官方介绍 https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ Deployment为Pod和Replica Set提供声明式更新。 你只需要在 Deployment 中描述您想要的目标状态是什么,Deployment controller 就会帮您将 Pod 和ReplicaSet 的实际状态改变到您的目标状态。您可以定义一个全新的 Deployment 来创建 ReplicaSet 或
  • K8S的StorageClass实战(NFS)
    欢迎访问我的GitHub https://github.com/zq2599/blog_demos 内容:所有原创文章分类汇总及配套源码,涉及Java、Docker、Kubernetes、DevOPS等; 关于StorageClass 在K8S环境,当pod需要存储空间时,StorageClass比PV更灵活和方便,官方文档地址:https://kubernetes.io/docs/concepts/storage/persistent-volumes/ 本次实战 本次实战的目标是快速创建NFS类型的StorageClass,并验证该StorageClass正常可用,全文由以下部分组成: 创建StorageClass; 通过helm下载tomcat的chart; 修改c

concepts相关课程

concepts相关教程

concepts相关搜索

查看更多慕课网实用课程

意见反馈 帮助中心 APP下载
官方微信