kubesimplify / website

This is the official website of Kubesimplify
https://kubesimplify.com
MIT License
53 stars 81 forks source link

feature: Added the spin support #233

Open dipankardas011 opened 1 year ago

dipankardas011 commented 1 year ago

Fixes Issue

None, its a feature request

Changes proposed

it make the kubesimplify website work in wasm (spin)

it has been some issue with links for the navigation

Screenshots

Note to reviewers

cc @saiyam1814

dipankardas011 commented 1 year ago

@pavangudiwada @verma-kunal @AvineshTripathi

dipankardas011 commented 1 year ago

https://kubesimplify.fermyon.app/

dipankardas011 commented 1 year ago

Steps to run it locally

spin build
spin up

here the links for the nav bars worked in local run but failed in fermyon cloud

dipankardas011 commented 1 year ago
Cannot find file /about. Attempting fallback.
Attempting directory fallback /about/index.html
Cannot find file /about. Attempting fallback.
Attempting directory fallback /about/index.html
AvineshTripathi commented 1 year ago

@dipankardas011 please explain what all changes have you done and why and why fermyon etc in detail

dipankardas011 commented 1 year ago

saiyam and I had discussed for the addition of wasm because as we move to the dynamic website we need a hosting provider, it will be an amazing thing if we can use wasm and learn how to use it

currently only change is addition of spin.toml

dipankardas011 commented 1 year ago

for the caching we can use any CDN

dipankardas011 commented 1 year ago

if so we can also configure our DNS from that CDN dsitribution

dipankardas011 commented 1 year ago

Created the CDN for caching the fermyon app https://d145dezo70k18r.cloudfront.net

dipankardas011 commented 1 year ago

Here is the blog post explaning the configurations https://dipankardas011.hashnode.dev/deploying-docusaurus-website-using-spin-wasm

dipankardas011 commented 6 months ago

Any Updates?