加载中
Kubernetes中的Job和CronJob,批量任务执行

我们经常需要进行批量数据处理和分析,以及按照时间进行调度执行。可以在Kubenrtes中使用容器技术完成,使用Job和CronJob来执行。这样,可以维护较为干净的执行环境,减少不同任务工具的相互...

2018/03/26 14:13
1.2W
Easily export trained Apache Spark ML models and pipelines

In recent years, machine learning has become ubiquitous in industry and production environments. Both academic and industry institutions had previously focused on training and p...

2018/03/26 11:12
70
将Web App转化为Dapp指南(英)

Ultimate Guide to Convert a Web App To a Decentralized App Dapp In this guide you’ll learn all you need to take a web app that you already have and convert it into a dapp. I’l...

2018/03/26 11:07
271
Kubernetes的Deployment控制器使用

Kubernetes的Deployment控制器支持容器服务的版本化部署和指定版本回滚,可以动态伸缩容器实例,随时查看部署的状态。

Kubernetes的Master节点高可用方案

Kubernetes的Master节点高可用方案 作者:mendickxiao 经过部署Kubernetes集群章节我们已经可以顺利的部署一个集群用于开发和测试,但是要应用到生产就就不得不考虑master节点的高可用问题,...

WHAT THE DATA SAYS ABOUT KUBERNETES DEPLOYMENT PATTERNS

WHAT THE DATA SAYS ABOUT KUBERNETES DEPLOYMENT PATTERNS The considerable growth in the Kubernetes market is well documented. It is by far the most widely used orchestration plat...

Cloud Native Computing Foundation Welcomes the NATS Messaging Protocol into the Fold

Continuing to fill out its portfolio of cloud-friendly infrastructure software, the Cloud Native Computing Foundation (CNCF) has accepted the NATS messaging software as an incub...

2018/03/19 16:07
66
Kubernetes的deployment使用

本文来源:https://my.oschina.net/u/914655/blog/1635492 Deployment管理Pods和ReplicaSets,提供声明式更新。和老的ReplicationController(命令式管理)对应,发展趋势是取代老的,所以后...

2018/03/19 16:01
2.2W
Gitkube-使用Git直接推送部署Kubernetes服务

开发环境下,使用Git推送部署Kubernetes服务。 还可以使用freshpod实现Kubernetes容器的快速迭代,参考: https://my.oschina.net/u/2306127/blog/1631634 Gitkube Gitkube is a tool for bu...

2018/03/19 15:18
735
Kubernetes服务访问-Nodeport、Loadbalancer和Ingress

本文翻译自:https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-what-922f010849e0 最近,有人问我 NodePort,LoadBalancer 和 Ingress ...

About Hyperledger Fabric

About Hyperledger Fabric 官方网站: https://gerrit.hyperledger.org/r/#/admin/projects/fabric https://hyperledger.org https://github.com/hyperledger/fabric https://github.com/op...

What Service Meshes Mean for Enterprise Security

Service meshes: Heard of them? By now, you may have. Service meshes are becoming an increasingly important part of the container conversation.This article offers a brief overvie...

kubernetes部署Ingress访问代理与负载均衡器

kubernetes部署Ingress访问代理与负载均衡器 ============================================================================== Kubernetes中的pod都有独立的内部IP(外部不可访问),通过S...

将Kubernetes安装到Docker容器里面

将Kubernetes安装到Docker容器里面,使用DinD(Docker in Docker)完成。 kubeadm-dind-cluster A Kubernetes multi-node cluster for developer of Kubernetes and projects that extend Kube...

Ubuntu上的Chrome上网设置

Ubuntu上的Chrome没有网络proxy的参数设置页面,可以通过下面的办法解决: 1、命令行 google-chrome-stable --proxy-server="192.168.199.99:9999" 192.168.199.99:9999是你的proxy服务器地址...

Apache Spark 2.3 运行于Kubernetes

Apache Spark 2.3 运行于Kubernetes 原文来源:https://spark.apache.org/docs/latest/running-on-kubernetes.html Spark can run on clusters managed by Kubernetes. This feature makes u...

2018/03/09 06:59
1.8K
Apache Spark 2.3 原生支持 Kubernetes

Apache Spark 2.3 原生支持 Kubernetes This is a community blog from Anirudh Ramanathan and Palak Bhatia, software engineer and product manager respectively at Google, working in...

2018/03/08 23:02
476

没有更多内容

加载失败,请刷新页面

返回顶部
顶部