wasmCloud Kubernetes Operator

The wasmCloud Kubernetes Operator enables running wasmCloud infrastructure natively on Kubernetes clusters. It deploys wasmCloud hosts as Kubernetes workloads and bridges the Kubernetes control plane with the wasmCloud lattice, enabling seamless integration with existing Kubernetes tooling and GitOps workflows. Defines CRDs for Hosts, Artifacts, Workloads, WorkloadDeploments, and WorkloadReplicaSets under the runtime.wasmcloud.dev group.

API entry from apis.yml

apis.yml Raw ↑
aid: wasmcloud:wasmcloud-kubernetes-operator
name: wasmCloud Kubernetes Operator
description: The wasmCloud Kubernetes Operator enables running wasmCloud infrastructure natively on Kubernetes
  clusters. It deploys wasmCloud hosts as Kubernetes workloads and bridges the Kubernetes control plane
  with the wasmCloud lattice, enabling seamless integration with existing Kubernetes tooling and GitOps
  workflows. Defines CRDs for Hosts, Artifacts, Workloads, WorkloadDeploments, and WorkloadReplicaSets
  under the runtime.wasmcloud.dev group.
humanURL: https://wasmcloud.com/docs/deployment/k8s/
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
properties:
- type: Documentation
  url: https://wasmcloud.com/docs/deployment/k8s/
- type: GitHubRepository
  url: https://github.com/wasmCloud/wasmcloud-operator
- type: KubernetesCRD
  url: crd/runtime.wasmcloud.dev_hosts.yaml
- type: KubernetesCRD
  url: crd/runtime.wasmcloud.dev_artifacts.yaml
- type: KubernetesCRD
  url: crd/runtime.wasmcloud.dev_workloads.yaml
- type: KubernetesCRD
  url: crd/runtime.wasmcloud.dev_workloaddeployments.yaml
- type: KubernetesCRD
  url: crd/runtime.wasmcloud.dev_workloadreplicasets.yaml
tags:
- Kubernetes
- Operator
- Deployment