https://www.wire48.net/

Submitted URL:
https://www.wire48.net/
Report Finished:

The outgoing links identified from the page

LinkText
https://gohugo.ioHugo
https://github.com/panr/hugo-theme-terminalTheme
https://github.com/panrpanr

JavaScript Variables · 4 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring
Prismstring

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head><meta name="generator" content="Hugo 0.134.3"><title>wire48.net</title>
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="description" content=""><meta name="keywords" content=""><meta name="robots" content="noodp"><link rel="canonical" href="/"><link rel="stylesheet" href="/css/buttons.min.2bc533403a27dfe0e93105a92502b42ce4587e2e4a87d9f7d349e51e16e09478.css"><link rel="stylesheet" href="/css/code.min.00125962708925857e7b66dbc58391d55be1191a3d0ce2034de8c9cd2c481c36.css"><link rel="stylesheet" href="/css/fonts.min.90c955c31dd7c0e05aae3d4f583d4d8a2af799d69c961337eaf2a825063a55dd.css"><link rel="stylesheet" href="/css/footer.min.2e3eb191baee58dd05a9f0104ac1fab0827bca7c64dafe0b2579f934c33a1d69.css"><link rel="stylesheet" href="/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css"><link rel="stylesheet" href="/css/header.min.b6fb4423cf82a9f9d7abc9cd010223fa3d70a6526a3f28f8e17d814c06e18f9e.css"><link rel="stylesheet" href="/css/main.min.1d8be2dd1b5de9fdaed058c8c59fcf4485f36619574abfb47ed0cfda4812c16d.css"><link rel="stylesheet" href="/css/menu.min.83637a90d903026bc280d3f82f96ceb06c5fc72b7c1a8d686afb5bbf818a29f7.css"><link rel="stylesheet" href="/css/pagination.min.82f6400eae7c7c6dc3c866733c2ec0579e4089608fea69400ff85b3880aa0d3c.css"><link rel="stylesheet" href="/css/post.min.fc74ca360273c1d828da3c02b8174eba435607b369d98418ccc6f2243cd4e75d.css"><link rel="stylesheet" href="/css/prism.min.9023bbc24533d09e97a51a0a42a5a7bfe4c591ae167c5551fb1d2191d11977c0.css"><link rel="stylesheet" href="/css/syntax.min.cc789ed9377260d7949ea4c18781fc58959a89287210fe4edbff44ebfc1511b6.css"><link rel="stylesheet" href="/css/terminal.min.736caf886baa67df630c4cde30fbdc5115122eb74c6246f15a31401344bfa2f0.css"><link rel="stylesheet" href="/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css"><link rel="stylesheet" href="/style.css"><link rel="shortcut icon" href="/favicon.png"><link rel="apple-touch-icon" href="/apple-touch-icon.png"><meta name="twitter:card" content="summary"><meta property="og:locale" content="en"><meta property="og:type" content="website"><meta property="og:title" content="wire48.net"><meta property="og:description" content=""><meta property="og:url" content="/"><meta property="og:site_name" content="wire48.net"><meta property="og:image" content="/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><link href="/index.xml" rel="alternate" type="application/rss+xml" title="wire48.net"></head><body><div class="container"><header class="header"><div class="header__inner"><div class="header__logo"><a href="/"><div class="logo">wire48.net</div></a></div><ul class="menu menu--mobile"><li class="menu__trigger">Menu&nbsp;▾</li><li><ul class="menu__dropdown"><li><a href="/ai/">AI</a></li><li><a href="/idp/">IDP</a></li><li><a href="/irc/">IRC</a></li><li><a href="/maps/">Maps</a></li><li><a href="/minecraft/">Minecraft</a></li><li><a href="/openttd/">OpenTTD</a></li><li><a href="/posts/">Posts</a></li><li><a href="/wiki/">Wiki</a></li></ul></li></ul></div><nav class="navigation-menu"><ul class="navigation-menu__inner menu--desktop"><li><a href="/ai/">AI</a></li><li><a href="/idp/">IDP</a></li><li><a href="/irc/">IRC</a></li><li><a href="/maps/">Maps</a></li><li><a href="/minecraft/">Minecraft</a></li><li><a href="/openttd/">OpenTTD</a></li><li><a href="/posts/">Posts</a></li><li><a href="/wiki/">Wiki</a></li></ul></nav></header><div class="content"><div class="posts"><article class="post on-list"><h2 class="post-title"><a href="/posts/kubernetes-automated-rollout-restart/">Automated deployment rollout in Kubernetes</a></h2><div class="post-meta"><time class="post-date">2024-09-21</time></div><div class="post-content"><h1 id="kubernetes-cicd-rollout-restart">Kubernetes CI/CD rollout restart</h1><p>Creating a kubernetes credential with permissions to restart deployments. This
is useful in CI/CD systems that are to restart a deployment for example when a
new image has been pushed to a registry</p><h2 id="create-a-kubeconfig-to-authenticate-against-kubernetes-cluster">Create a kubeconfig to authenticate against kubernetes cluster</h2><p>We will be using token auth as opposed to mtls. First we need a service account</p><p><code>kubectl -n default create sa test-sa</code></p><p>Create long lived token for sa. This command makes the token valid for 10 hours
but you can set it to be valid for however long you require.</p></div><div><a class="read-more button inline" href="/posts/kubernetes-automated-rollout-restart/"></a></div></article><article class="post on-list"><h2 class="post-title"><a href="/posts/helloworld/">Helloworld</a></h2><div class="post-meta"><time class="post-date">2024-09-16</time></div><div class="post-content"><h1 id="hello-world">Hello World</h1><p>New site powered by hugo</p></div><div><a class="read-more button inline" href="/posts/helloworld/"></a></div></article><div class="pagination"><div class="pagination__buttons"></div></div></div></div><footer class="footer"><div class="footer__inner"><div class="copyright"><span>© 2024 Powered by <a href="https://gohugo.io">Hugo</a></span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span></div></div></footer><script type="text/javascript" src="/bundle.min.js"></script></div></body></html>