index.html (3690B)
1 <!DOCTYPE html> 2 3 <html lang="en"> 4 5 <head> 6 <meta charset="utf-8"> 7 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 8 9 <link rel="start" href="https://vincent.demeester.fr" /> 10 11 <title>Vincent Demeester</title> 12 <link rel="canonical" href="https://vincent.demeester.fr/posts/2019-06-28-link/"> 13 <link href="https://vincent.demeester.fr/index.xml" rel="alternate" type="application/rss+xml" title="Vincent Demeester" /> 14 15 <link rel="openid.server" href="https://indieauth.com/openid" /> 16 <link rel="openid.delegate" href="http://vincent.demeester.fr/" /> 17 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> 18 19 <link rel="stylesheet" href="/css/screen.css" type="text/css" /> 20 <link rel="stylesheet" href="/css/sbrain.css" type="text/css" /> 21 <link rel="stylesheet" href="/css/syntax.css" type="text/css" /> 22 23 </head> 24 25 <body lang=""/> 26 27 28 29 30 31 32 <div id="main-container"> 33 <div id="page"> 34 <article class="post"> 35 <header> 36 <h1 class="emphnext">boring is cool | advocacy site for boring technology</h1><a href='https://vincent.demeester.fr/posts/2019-06-28-link/'></a> 37 <address class="signature"> 38 <span class="date">Fri, 28 June, 2019</span> 39 <span class="words">(100 Words)</span> 40 </address> 41 <ul class="tag_box inline"> 42 43 <li class="category"><a href="/categories/#development">development</a></li> 44 45 46 47 48 49 <li class="tag tag-development"><a href="/tags/#development">development<span>13</span></a></li> 50 51 52 <li class="tag tag-software"><a href="/tags/#software">software<span>13</span></a></li> 53 54 55 <li class="tag tag-orchestration"><a href="/tags/#orchestration">orchestration<span>2</span></a></li> 56 57 58 <li class="tag tag-kubernetes"><a href="/tags/#kubernetes">kubernetes<span>2</span></a></li> 59 60 61 <li class="tag tag-kube"><a href="/tags/#kube">kube<span>2</span></a></li> 62 63 64 <li class="tag tag-k8s"><a href="/tags/#k8s">k8s<span>2</span></a></li> 65 66 <br/> 67 68 </ul> 69 </header> 70 71 <p>« Here, I share some thoughts and considerations around using cloud native technologies, including Kubernetes, observability tools such as Prometheus, service meshes, and serverless offerings. »</p> 72 <p>🔗 <a href="http://boringis.cool/" class="link">http://boringis.cool/</a></p> 73 74 </article> 75 <hr /> 76 <div class="prev-next"> 77 78 79 80 <a class="paging-link next" href="/posts/2019-05-11-link/" title="As We May Kube*">Next post →</a> 81 82 </div> 83 84 </div> 85 </div> 86 87 <footer> 88 <nav> 89 90 <a href="/">home</a> 91 <span class="text-muted"> | </span> 92 93 <a href="/about">about</a> 94 <span class="text-muted"> | </span> 95 96 <a href="/archive">archive</a> 97 <span class="text-muted"> | </span> 98 99 <a href="/categories">categories</a> 100 <span class="text-muted"> | </span> 101 102 <a href="/tags">tags</a> 103 <span class="text-muted"> | </span> 104 105 <a href="https://twitter.com/vdemeest">twitter</a> 106 <span class="text-muted"> | </span> 107 108 <a href="https://github.com/vdemeester">github</a> 109 <span class="text-muted"> | </span> 110 111 <a href="https://vincent.demeester.fr/index.xml">rss</a> 112 </nav> 113 <br/> 114 <address> 115 <span class="copyright"> 116 Content and design by Vincent Demeester 117 (<a rel="licence" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Some rights reserved</a>) 118 </span><br /> 119 <span class="engine"> 120 Powered by <a href="https://gohugo.io/">Hugo</a> and <a href="https://github.com/kaushalmodi/ox-hugo/">ox-hugo</a> 121 </span> 122 </address> 123 </footer> 124 </body> 125