QGPU is a GPU sharing technology developed by Tencent Cloud. It supports GPU card sharing among multiple containers and provides strong memory and computing power...
I've been reading Construction and Interpretation of Computer Programs recently, and there's a line in it: Code must be readable by humans, but machines just...
OpenKruise is an open source Cloud Native application automation management suite of Ali Cloud. It is also a Sandbox project currently hosted under Cloud Native...
Vue provides the transition component to realize the transition between components and routes. The rational use of this component can make our page more flexible...
The word container is certainly familiar to children who have used Laravel, but daily business development seems to have never seen it. Today, we will...
Containers, and container technologies like Docker and Kubernetes, have become increasingly common tools in many developer toolkits. The core goal of containerization is to provide...
Recently, the machine using Docker container in the production environment obviously has too fast disk growth, and the monitoring is red. At first, I didn't...
You've probably heard of type erasure before, and you've even used the type erasure types provided by the standard library such as AnySequence. But what...
With the rapid expansion of business, the original small workshop type of single project development model more and more can not meet the actual demand....
It is a new leading solution of distributed architecture based on container technology. The solution is still new, but it is the culmination of more...
The Master in Kubernetes refers to the cluster control node (equivalent to the command center of the whole cluster). In each Kubernetes cluster, there needs...
The book follows the previous chapter 012-P2P accelerated Docker image distribution (Ali Dragonfly), explains how to quickly build Dragonfly, but access is a public image,...
Selenium is an excellent tool for browser automation. Using Selenium IDE, you can record sequences of commands (such as click, drag, and enter), validate the...
Alibaba has recently opened source its cloud native container image acceleration technology. Its OverLaybd image format enables web-based on-demand reading compared to the traditional layered...
Microservice is to split a single application into several small services, which are loosely coupled and highly cohesive. Each small service can be developed independently,...
In the last lesson, we learned how Prometheus used Kubernetes to automatically discover nodes in the Kubernetes cluster by using The service discovery mechanism kubernetes_sd_configs...
This article is collated from lecture 30 of "CNCF X Alibaba Cloud Native Technology Open Class", click directly to the course page. Pay attention to...
Author: Qingxi Ali Cloud technical expert, mainly responsible for ACK container network design and research and development, ali Cloud open source CNI project Terway main...
** A single K8s cluster provides namespace-level isolation, and supports a maximum of 5K nodes and 15W pods. Multi-k8s cluster solves the problem of resource...
Recently, SOMEONE asked me what the difference is between NodePorts, LoadBalancers and Ingress. They are both ways of bringing external traffic to the cluster, but...
Zhang Xiaoyu, Technical expert of Alibaba Cloud: responsible for the ecological construction of alibaba Cloud's native application container platform, mainly designing and developing solutions related...