Skip to content
gqlxj1987's Blog
Go back

Rudr Intro

Edit page

repo地址

Kubernetes API resources focused on container infrastructure rather than the applications per se.

rudr infra

Component Schematic

The key parts of a component schematic include:

Application Configuration

The key parts of an application configuration include:

A trait represents a piece of add-on functionality that attaches to a component workload, such as traffic routing rules or auto-scaling policies. 类似于sidecar? 一些标准的sidecar这样子?

Traits

Rudr supports the following traits:

Scopes

应用对外提供的一些check操作的暴露,现在是基本的health部分,包含多种health的参数,如rate,timeout等

定义了应用的CRD部分,值得参考


Edit page
Share this post on:

Previous Post
Golang locks
Next Post
Simple Netty Tcp Server