Run WebAssembly on DigitalOcean Kubernetes with SpinKube - In 4 Easy Steps

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. cert-manager

    Automatically provision and manage TLS certificates in Kubernetes

    # Install cert-manager CRDs kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.crds.yaml # Add Helm repositories jetstack and KWasm helm repo add jetstack https://charts.jetstack.io helm repo add kwasm http://kwasm.sh/kwasm-operator # Update Helm repositories helm repo update # Install cert-manager using Helm helm install \ cert-manager jetstack/cert-manager \ --namespace cert-manager \ --create-namespace \ --version v1.14.4 # Install KWasm operator helm install \ kwasm-operator kwasm/kwasm-operator \ --namespace kwasm \ --create-namespace \ --set kwasmOperator.installerImage=ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.13.1

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. spin-operator

    Spin Operator is a Kubernetes operator that empowers platform engineers to deploy Spin applications as custom resources to their Kubernetes clusters

    # Install SpinKube CRDs kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.crds.yaml # Install a RuntimeClass for wasmtime-spin-v2 kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.runtime-class.yaml # Install the containerd-spin-shim SpinAppExecutor kubectl apply -f https://github.com/spinkube/spin-operator/releases/download/v0.1.0/spin-operator.shim-executor.yaml # Install Spin Operator with Helm helm install spin-operator \ --namespace spin-operator \ --create-namespace \ --version 0.1.0 \ --wait \ oci://ghcr.io/spinkube/charts/spin-operator

  4. containerd-shim-spin

    A ContainerD shim for running Spin Applications.

    containerd-shim-spin

  5. runtime-class-manager

    A Kubernetes operator to manage Runtime Classes

    Runtime Class Manager (formerly KWasm)

  6. action-doctl

    GitHub Actions for DigitalOcean - doctl

    DigitalOcean is a cloud infrastructure provider catering to developers, offering scalable virtual servers, storage solutions, networking services, and managed Kubernetes clusters. It simplifies application deployment, management, and scaling through its intuitive user interface and CLI (doctl), allowing developers to efficiently utilize cloud resources for their projects.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Build Your Own Ghost Blog from Scratch: A Step-by-Step Guide

    1 project | dev.to | 22 Nov 2024
  • Unleashing the Power of AI: Running Large Language Models on Your Own Cloud Server (Digital Ocean)

    1 project | dev.to | 29 Oct 2024
  • Deploy a Medusa Server on DigitalOcean Droplet with Easypanel: A Step-by-Step Guide

    1 project | dev.to | 5 Aug 2024
  • How To Deploy RabbitMQ On Public IP?

    1 project | dev.to | 3 Aug 2024
  • How to configure akky email with Digital ocean hosting

    1 project | dev.to | 21 Jul 2024