Skip to content

Commit

Permalink
deploy: 779b0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed May 7, 2024
1 parent f39fadd commit 66248d3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
<link rel="stylesheet" type="text/css" href="./assets/fonts/firasans.css">
<link rel="stylesheet" type="text/css" href="./assets/normalize.css">
<link rel="stylesheet" type="text/css" href="./assets/awesome-go.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ESY906ZWZ0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-ESY906ZWZ0');
</script>
</head>
<body>
<div id="content">
Expand Down Expand Up @@ -358,6 +367,7 @@ <h2><a name="network" class="anchor" href="#network" rel="nofollow" aria-hidden=
<li><a href="https://github.com/ZTE/Knitter" rel="nofollow">knitter</a> - Kubernetes network solution.</li>
<li><a href="https://github.com/cloudnativelabs/kube-router" rel="nofollow">kube-router</a> - Kube-router, a turnkey solution for Kubernetes networking.</li>
<li><a href="https://github.com/alauda/kube-ovn" rel="nofollow">kube-ovn</a> - Kube-OVN, a Kubernetes network fabric for enterprises that is rich in functions and easy in operations.</li>
<li><a href="https://github.com/kubeslice/kubeslice" rel="nofollow">kubeslice</a> - KubeSlice enables Kubernetes pods and services to communicate seamlessly across clusters, clouds, edges, and data centers by creating logical application boundaries known as Slices.</li>
<li><a href="https://github.com/poseidon/matchbox" rel="nofollow">matchbox</a> - Network boot and provision Container Linux clusters (e.g. etcd3, Kubernetes, more).</li>
<li><a href="https://github.com/k8snetworkplumbingwg/multus-cni" rel="nofollow">multus</a> - A CNI meta-plugin for multi-homed pods in Kubernetes.</li>
<li><a href="https://github.com/cloudflare/pingora" rel="nofollow">pingora</a> - A library for building fast, reliable and evolvable network services.</li>
Expand Down Expand Up @@ -452,6 +462,7 @@ <h2><a name="proxy-and-load-balancer" class="anchor" href="#proxy-and-load-balan
<ul>
<li><a href="https://github.com/apache/apisix-ingress-controller" rel="nofollow">apisix-ingress-controller</a> - Ingress controller for K8s.</li>
<li><a href="https://github.com/caddyserver/caddy" rel="nofollow">caddy</a> - Fast, cross-platform HTTP/2 web server with automatic HTTPS.</li>
<li><a href="https://github.com/cloudflare/cloudflared" rel="nofollow">cloudflared</a> - Cloudflare Tunnel client (formerly Argo Tunnel).</li>
<li><a href="https://github.com/projectcontour/contour" rel="nofollow">contour</a> - Contour is a Kubernetes ingress controller for Lyft&#39;s Envoy proxy.</li>
<li><a href="https://github.com/microsoft/dev-proxy" rel="nofollow">dev-proxy</a> - Dev Proxy is a command line tool that simulates real world behaviors of HTTP APIs, including Microsoft Graph, locally.</li>
<li><a href="https://github.com/Nitro/envoy-docker-shim" rel="nofollow">envoy-docker-shim</a> - Run Envoy in place of docker-proxy.</li>
Expand Down Expand Up @@ -780,6 +791,7 @@ <h2><a name="tools" class="anchor" href="#tools" rel="nofollow" aria-hidden="tru
<li><a href="https://github.com/senthilrch/kube-fledged" rel="nofollow">kube-fledged</a> - A kubernetes add-on for creating and managing a cache of container images in a kubernetes cluster.</li>
<li><a href="https://github.com/tohjustin/kube-lineage" rel="nofollow">kube-lineage</a> - A CLI tool to display all dependencies or dependents of an object in a Kubernetes cluster.</li>
<li><a href="https://github.com/stackrox/kube-linter" rel="nofollow">kube-linter</a> - KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.</li>
<li><a href="https://github.com/doitintl/kube-no-trouble" rel="nofollow">kube-no-trouble</a> - Easily check your clusters for use of deprecated APIs.</li>
<li><a href="https://github.com/jonmosco/kube-ps1" rel="nofollow">kube-ps1</a> - Kubernetes prompt info for bash and zsh.</li>
<li><a href="https://github.com/cloudnativelabs/kube-shell" rel="nofollow">kube-shell</a> - Kubernetes shell: An integrated shell for working with the Kubernetes CLI.</li>
<li><a href="https://github.com/fleeto/kube-version-converter" rel="nofollow">kube-version-converter</a> - Convert API Object file into specified version.</li>
Expand Down Expand Up @@ -936,14 +948,5 @@ <h2><a name="contribute" class="anchor" href="#contribute" rel="nofollow" aria-h

<script src="./assets/jquery-custom.min.js"></script>
<script src="./assets/marked.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-85465107-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
18 changes: 9 additions & 9 deletions tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
<link rel="stylesheet" type="text/css" href="./assets/fonts/firasans.css">
<link rel="stylesheet" type="text/css" href="./assets/normalize.css">
<link rel="stylesheet" type="text/css" href="./assets/awesome-go.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ESY906ZWZ0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-ESY906ZWZ0');
</script>
</head>
<body>
<div id="content">
Expand All @@ -22,14 +31,5 @@

<script src="./assets/jquery-custom.min.js"></script>
<script src="./assets/marked.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-85465107-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>

0 comments on commit 66248d3

Please sign in to comment.