-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
2,981 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>Skupper - Skupper v2</title> | ||
<meta name="description" content="Multicluster communication for Kubernetes. Skupper is a layer 7 service interconnect. It enables secure communication across Kubernetes clusters with no VPNs or special firewall rules."/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic|Roboto+Mono:400,400italic|Alegreya+Sans:300,300italic,400,400italic,500,500italic,700,700italic;display=optional"/> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" defer="defer"/> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css" defer="defer"/> | ||
<link rel="stylesheet" href="/main.css"/> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/images/skupper-icon-32.png"/> | ||
<link rel="icon" type="image/png" sizes="256x256" href="/images/skupper-icon-256.png"/> | ||
<script type="text/javascript" src="/main.js" defer="defer"></script> | ||
|
||
|
||
|
||
<script async="async" src="https://www.googletagmanager.com/gtag/js?id=UA-147980770-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
gtag('config', 'UA-147980770-1'); | ||
</script> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<nav id="-site-nav"> | ||
<a id="-site-menu-button" style="display: none;"> | ||
<span class="material-icons">menu</span> | ||
</a> | ||
<div> | ||
<div id="-left-site-nav"> | ||
<a href="/index.html" id="-logotype"> | ||
<img src="/images/skupper-logo.svg"/> | ||
<div>Skupper</div> | ||
</a> | ||
<a href="/start/index.html"> | ||
<div>Getting started</div> | ||
</a> | ||
<a href="/examples/index.html"> | ||
<div>Examples</div> | ||
</a> | ||
<a href="/docs/index.html"> | ||
<div>Documentation</div> | ||
</a> | ||
<a href="/releases/index.html"> | ||
<div>Releases</div> | ||
</a> | ||
<a href="/community/index.html"> | ||
<div>Community</div> | ||
</a> | ||
</div> | ||
<div id="-right-site-nav"> | ||
<a href="https://github.com/skupperproject"> | ||
<div><span class="fab fa-github fa-lg"></span> GitHub</div> | ||
</a> | ||
</div> | ||
</div> | ||
</nav> | ||
<nav id="-path-nav"><div><a href="/v2/index.html">Skupper v2</a></div></nav> | ||
<nav id="-site-menu-layer" style="display: none;"> | ||
<div> | ||
<a href="/index.html">Home</a> | ||
<a href="/start/index.html">Getting started</a> | ||
<a href="/examples/index.html">Examples</a> | ||
<a href="/docs/index.html">Documentation</a> | ||
<a href="/community/index.html">Community</a> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
|
||
<section id="-main-and-toc"> | ||
<div> | ||
<main> | ||
|
||
<h1 id="skupper-v2">Skupper v2</h1> | ||
<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> | ||
|
||
|
||
</main> | ||
<nav id="-toc"> | ||
<h4>Contents</h4> | ||
<div></div> | ||
</nav> | ||
</div> | ||
</section> | ||
|
||
<footer> | ||
<div> | ||
<div> | ||
<p><a href="https://twitter.com/SkupperIO"><span class="fab fa-twitter fa-lg"></span> Twitter</a></p> | ||
<p><a href="https://www.youtube.com/channel/UCQxHN2Qq8koCatcmKCJ4OEA"><span class="fab fa-youtube fa-lg"></span> YouTube</a></p> | ||
<!-- <p><a href="https://stackoverflow.com/questions/tagged/skupper"><span class="fab fa-stack-overflow fa-lg"></span> Stack Overflow</a></p> --> | ||
<p><a href="https://groups.google.com/forum/#!forum/skupper"><span class="fas fa-envelope fa-lg"></span> Mailing list</a></p> | ||
<p><a href="https://github.com/skupperproject"><span class="fab fa-github fa-lg"></span> GitHub</a></p> | ||
</div> | ||
<div> | ||
<h4>Skupper - Multicloud communication for Kubernetes</h4> | ||
<p>Skupper enables secure communication across Kubernetes | ||
clusters with no VPNs or special firewall rules</p> | ||
<p>Copyright © 2024 the Skupper authors</p> | ||
</div> | ||
<div> | ||
<p>All code and documentation is licensed under | ||
the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache | ||
License version 2.0</a></p> | ||
<p>Marks may be trademarks or registered trademarks of their | ||
respective owners</p> | ||
<p><a href="/site.html">About this site</a></p> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.