Skip to content

mmaymann/spinkube

Repository files navigation

Spinkube

Run initially

chmod +x setup.sh
./setup.sh

Run after starting Codespace

# start cluster
k3d cluster start wasm-cluster

# simple-spinapp
k port-forward svc/simple-spinapp 8083:80
# Start split terminal and run: >curl localhost:8083/hello<"
kubectl delete -f simple-app/simple.yaml

# typescript-maymann
k port-forward svc/typescript-maymann 8084:80
# Start split terminal and run: >curl localhost:8084<"
kubectl delete -f typescript/app.yaml

# .NET
@mmaymann ➜ /workspaces/spinkube/dotnet (main) $ spin up
Logging component stdio to ".spin/logs/"
Error: Failed to instantiate component 'dotnet'

Caused by:
0: failed to validate component output
1: core instance 2 has no export named canonical_abi_free (at offset 0xac14bf)

Run before stopping Codespace

k3d cluster stop wasm-cluster

About

Spinkube

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 87.0%
  • JavaScript 6.2%
  • Dockerfile 4.5%
  • C# 1.4%
  • Standard ML 0.9%