在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):kotalco/kotal开源软件地址(OpenSource Url):https://github.com/kotalco/kotal开源编程语言(OpenSource Language):Go 98.7%开源软件介绍(OpenSource Introduction):Kotal OperatorKotal operator is a cloud agnostic blockchain deployer that makes it super easy to deploy highly-available, self-managing, self-healing blockchain infrastructure (networks, nodes, storage clusters ...) on any cloud. What can I do with Kotal Operator ?
Kubernetes Custom ResourcesKotal extended kubernetes with custom resources in different API groups.
Client supportFor each protocol, kotal supports at least 1 client (reference client):
Install KotalKotal requires access to Kubernetes cluster with cert-manager installed. For development purposes, we recommend KinD (Kubernetes in Docker) to create kubernetes clusters and tear down kubernetes clusters in seconds: kind create cluster After the cluster is up and running, install cert-manager: kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.3/cert-manager.yaml Install kotal custom resources and controllers: kubectl apply -f https://github.com/kotalco/kotal/releases/download/v0.1-alpha.6/kotal.yaml ExampleEthereum node using Hyperleger Besu client, joining rinkeby network, and enabling RPC HTTP server: # ethereum-node.yaml
apiVersion: ethereum.kotal.io/v1alpha1
kind: Node
metadata:
name: ethereum-node
spec:
client: besu
network: rinkeby
rpc: true kubectl apply -f ethereum-node.yaml DocumentationKotal documentation is available here Get in touchContriubutingTODO LicensingTODO |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论