Skip to content

Commit

Permalink
WIP v2 content (still hidden)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Oct 4, 2024
1 parent 6730dfc commit a1966e7
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 0 deletions.
70 changes: 70 additions & 0 deletions docs/v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,80 @@
<main>

<h1 id="skupper-v2">Skupper v2</h1>
<!-- A major improvement to Skupper is coming soon. -->

<!-- ## What's in v2? -->

<!-- <\!-- We've had 1.x for over two years. -\-> -->

<!-- ## Why the big change? -->

<!-- - CRDs! -->

<!-- - Uniform model. Declarative API. Everything goes through the CRDs. -->

<!-- - New CLI that follows the new model. The CLI isn't doing anything clever. It's just a convenient tool for producing CRs. -->

<!-- - Same model and CRDs across site types (Kubernetes, Docker, Podman, and Systemd sites) -->

<!-- - GitOps -->

<!-- - Integrations -->

<!-- - A uniform model and API across platforms and interfaces. -->

<!-- - Service exposure model! -->

<!-- - (?) Attached connectors - Tracking pods in namespaces other than that of the site -->

<!-- - No more service sync -->

<!-- - A new controller impl. -->

<!-- - Combine site and service controllers. -->

<!-- - Avoiding site recreation! -->

<!-- - HA routers! -->

<!-- - Faster routers! -->

<!-- - Gordon's preso -->

<!-- - My planning docs -->

<!-- - Observability decoupled -->

<!-- ## Important to know -->

<!-- 1.x is _not_ backward compatible with 2. -->

<!-- We are developing tooling to migrate 1.x config to 2.x config. -->

<!-- | 1.x | 2.x | -->

<!-- |-|-| -->

<!-- | Gateways | Docker, Podman, and Systemd sites | -->

<!-- ## When will it be available? -->

<!-- ## Try it now -->

<!-- Feedback requested! -->

<pre><code>kubectl apply -f https://skupper.io/v2/install.yaml
</code></pre>
<pre><code>curl https://skupper.io/install.sh | sh -s -- --version 2.0.0-preview-1
</code></pre>
<!-- Things are still changing! -->

<!-- This is preview 1. Another preview is planned for the end of October. -->

<!-- We are aiming for a 2.0 release in November! -->

<!-- <https://skupperproject.github.io/refdog/> -->



</main>
Expand Down
53 changes: 53 additions & 0 deletions input/v2/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,62 @@
# Skupper v2

<!-- A major improvement to Skupper is coming soon. -->

<!-- ## What's in v2? -->

<!-- <\!-- We've had 1.x for over two years. -\-> -->

<!-- ## Why the big change? -->

<!-- - CRDs! -->
<!-- - Uniform model. Declarative API. Everything goes through the CRDs. -->
<!-- - New CLI that follows the new model. The CLI isn't doing anything clever. It's just a convenient tool for producing CRs. -->
<!-- - Same model and CRDs across site types (Kubernetes, Docker, Podman, and Systemd sites) -->
<!-- - GitOps -->
<!-- - Integrations -->
<!-- - A uniform model and API across platforms and interfaces. -->

<!-- - Service exposure model! -->
<!-- - (?) Attached connectors - Tracking pods in namespaces other than that of the site -->
<!-- - No more service sync -->

<!-- - A new controller impl. -->
<!-- - Combine site and service controllers. -->
<!-- - Avoiding site recreation! -->

<!-- - HA routers! -->
<!-- - Faster routers! -->

<!-- - Gordon's preso -->
<!-- - My planning docs -->

<!-- - Observability decoupled -->

<!-- ## Important to know -->

<!-- 1.x is _not_ backward compatible with 2. -->
<!-- We are developing tooling to migrate 1.x config to 2.x config. -->

<!-- | 1.x | 2.x | -->
<!-- |-|-| -->
<!-- | Gateways | Docker, Podman, and Systemd sites | -->

<!-- ## When will it be available? -->

<!-- ## Try it now -->

<!-- Feedback requested! -->

~~~
kubectl apply -f https://skupper.io/v2/install.yaml
~~~

~~~
curl https://skupper.io/install.sh | sh -s -- --version 2.0.0-preview-1
~~~

<!-- Things are still changing! -->
<!-- This is preview 1. Another preview is planned for the end of October. -->
<!-- We are aiming for a 2.0 release in November! -->

<!-- <https://skupperproject.github.io/refdog/> -->

0 comments on commit a1966e7

Please sign in to comment.