DMAv1alpha2 New Version: Balancing Standards and Scalability

Author | Sun Jianbo (Tianyuan) Aliyun Technical Expert Read about: DMASpec has been iterating for nearly three months. v1alpha2 Version finally released!The new version has become more Kubernetes-friendly as a whole, balancing standards and scalability to a large extent and supporting CRD better, on the basis of adherence to platform-independen ...

Posted by FMB on Sat, 04 Apr 2020 06:25:48 -0700

cloudformation exercise - create EC2

This is the first novice practice of Cloudformation. Simply record the process. This exercise is to get familiar with the basic process Cloudformation is a very important service of AWS. In short, its function is to realize infrastructure as code. The administrator can generate the corresponding stack by creating the template file and executin ...

Posted by everogrin on Fri, 03 Apr 2020 16:21:38 -0700

Using virtual nodes to create 10000 Pod in kubernetes cluster to support online education business

Using virtual nodes to improve k8s cluster capacity and flexibility The way of adding virtual nodes in kubernetes cluster has been widely used by many customers. Based on virtual nodes, the Pod capacity and flexibility of the cluster can be greatly improved, and ECI Pod can be created flexibly and dynamically on demand, avoiding the trouble ...

Posted by Michdd on Wed, 04 Mar 2020 23:43:50 -0800

Alibaba cloud Kubernetes CSI practice - static NAS volume

Environmental preparation For cluster creation, dependency configuration and CSI plug-in deployment, please refer to: CSI deployment details Create NAS volume To create a NAS disk in the NAS console: Reference document To create a NAS mount point on the NAS console: Reference document Note: the NAS mount point needs to be in the same vpc as the ...

Posted by rascle on Tue, 29 Oct 2019 08:14:59 -0700

Kafka self built cluster synchronizes data to Alibaba cloud Kafka Standard Edition through MirrorMaker

Explain:1. Only two topic s are synchronized this time, and subsequent optimization will continue to update...2. Self built cluster CDH5.8, kafka2.1.0; Alibaba cloud cluster Standard Version kafka0.10.xTrample:1. Add the CMM of kafka role instance in cdh, which should not support SSL connection.2. VPC network access. I don't know that the purc ...

Posted by midgar777 on Thu, 17 Oct 2019 21:15:50 -0700

Create multiple ECS with ROS, specify names and add them to multiple SLB s

This template example supports adding all created ECS to a single/multiple (up to three) SLB s as multiple back-end servers Sketch: ECS instances in the template support specifying different instance names and host names, and can choose network type as VPC or CLASSIC. When choosing not to create VPC, ECS instance specifications need to be chang ...

Posted by kaupp on Mon, 09 Sep 2019 03:35:49 -0700

How to apply the intranet address of OSS

1. How to apply the intranet address of OSS in each network environmentOnly ECS in the same region can link OSS to the intranet, and cross-account ECS and OSS can also connect to the intranet.ECS is divided into classic network ECS and VPC network ECS,**classic network ECS calls OSS classic network intranet address to link OSS**:bucketname.intr ...

Posted by zyrolasting on Wed, 29 May 2019 11:10:03 -0700