main
1<!DOCTYPE html>
2<html lang="en">
3<head>
4<!-- Oct 07, 2022 -->
5<meta charset="utf-8" />
6<meta name="viewport" content="width=device-width, initial-scale=1" />
7<title>Knative</title>
8<meta name="author" content="Vincent Demeester" />
9<meta name="generator" content="Org Mode" />
10<link rel='icon' type='image/x-icon' href='/images/favicon.ico'/>
11<meta name='viewport' content='width=device-width, initial-scale=1'>
12<link rel='stylesheet' href='/css/new.css' type='text/css'/>
13<link rel='stylesheet' href='/css/syntax.css' type='text/css'/>
14<link href='/index.xml' rel='alternate' type='application/rss+xml' title='Vincent Demeester' />
15</head>
16<body>
17<main id="content" class="content">
18<header>
19<h1 class="title">Knative</h1>
20</header><p>
21<a href="https://knative.dev">Knative</a> is a <a href="kubernetes.html">kubernetes</a>-based platform to deploy and manage modern <a href="serverless.html">serverless</a> workloads.
22</p>
23
24<section id="outline-container-h:25a70ace-92ba-4de5-ac86-d2e8801bd5c8" class="outline-2">
25<h2 id="h:25a70ace-92ba-4de5-ac86-d2e8801bd5c8">Command lines</h2>
26<div class="outline-text-2" id="text-h:25a70ace-92ba-4de5-ac86-d2e8801bd5c8">
27<ul class="org-ul">
28<li>live cli updating <a href="https://github.com/gosuri/uilive">https://github.com/gosuri/uilive</a></li>
29<li>live progress barse <a href="https://github.com/gosuri/uiprogress">https://github.com/gosuri/uiprogress</a></li>
30<li>for a cool prompt (kubeprompt) <a href="https://github.com/c-bata/go-prompt">https://github.com/c-bata/go-prompt</a></li>
31<li>progress bars :<a href="https://github.com/vbauerster/mpb">https://github.com/vbauerster/mpb</a></li>
32<li>questions during CLI <a href="https://github.com/AlecAivazis/survey">https://github.com/AlecAivazis/survey</a></li>
33</ul>
34</div>
35</section>
36
37<section id="outline-container-h:934f08e2-1009-469d-8ab3-f18e3da7067a" class="outline-2">
38<h2 id="h:934f08e2-1009-469d-8ab3-f18e3da7067a">Check version of knative</h2>
39<div class="outline-text-2" id="text-h:934f08e2-1009-469d-8ab3-f18e3da7067a">
40<div class="org-src-container">
41<pre class="src src-sh">kubectl describe deploy controller --namespace knative-serving
42<span class="org-comment-delimiter"># </span><span class="org-comment">[…]</span>
43...
44Pod Template:
45 Labels: <span class="org-variable-name">app</span>=controller
46 Annotations: sidecar.istio.io/inject=false
47 Service Account: controller
48 Containers:
49 controller:
50 <span class="org-comment-delimiter"># </span><span class="org-comment">Link to container used for Knative install</span>
51 Image: gcr.io/knative-releases/github.com/knative/serving/cmd/controller@sha256:59abc8765d4396a3fc7cac27a932a9cc151ee66343fa5338fb7146b607c6e306
52...
53<span class="org-comment-delimiter"># </span><span class="org-comment">[…]</span>
54</pre>
55</div>
56
57<p>
58Copy the full gcr.io link to the container and paste it into your browser. If you are
59already signed in to a Google account, you’ll be taken to the Google Container Registry
60page for that container in the Google Cloud Platform console. If you aren’t already signed
61in, you’ll need to sign in a to a Google account before you can view the container
62details.
63</p>
64</div>
65</section>
66
67<section id="outline-container-h:ecea89b9-d163-4128-ac11-7cf06ea4582e" class="outline-2">
68<h2 id="h:ecea89b9-d163-4128-ac11-7cf06ea4582e">Community</h2>
69<div class="outline-text-2" id="text-h:ecea89b9-d163-4128-ac11-7cf06ea4582e">
70<ul class="org-ul">
71<li><a href="https://github.com/knative/docs/blob/master/community/ROLES.md">https://github.com/knative/docs/blob/master/community/ROLES.md</a></li>
72<li><a href="https://github.com/knative/docs/blob/master/community/VALUES.md">https://github.com/knative/docs/blob/master/community/VALUES.md</a></li>
73<li><a href="https://github.com/knative/docs/blob/master/community/CONTRIBUTING.md">https://github.com/knative/docs/blob/master/community/CONTRIBUTING.md</a></li>
74</ul>
75</div>
76</section>
77<section id="outline-container-Links" class="outline-2">
78<h2 id="Links">Links</h2>
79<div class="outline-text-2" id="text-Links">
80</div>
81<div id="outline-container-%5B%5Bhttps%3A%2F%2Fwww.arthurkoziel.com%2Frunning-knative-with-istio-in-kind%2F%5D%5BRunning%20Knative%20with%20Istio%20in%20a%20Kind%20Cluster%5D%5D" class="outline-3">
82<h3 id="%5B%5Bhttps%3A%2F%2Fwww.arthurkoziel.com%2Frunning-knative-with-istio-in-kind%2F%5D%5BRunning%20Knative%20with%20Istio%20in%20a%20Kind%20Cluster%5D%5D"><a href="https://www.arthurkoziel.com/running-knative-with-istio-in-kind/">Running Knative with Istio in a Kind Cluster</a>   <span class="tag"><span class="kubernetes">kubernetes</span> <span class="knative">knative</span></span></h3>
83<div class="outline-text-3" id="text-%5B%5Bhttps%3A%2F%2Fwww.arthurkoziel.com%2Frunning-knative-with-istio-in-kind%2F%5D%5BRunning%20Knative%20with%20Istio%20in%20a%20Kind%20Cluster%5D%5D">
84<p>
85<span class="timestamp-wrapper"><span class="timestamp">[2020-05-04 Mon 13:32]</span></span>
86</p>
87</div>
88</div>
89</section>
90</main>
91<footer id="postamble" class="status">
92<footer>
93 <small><a href="/" rel="history">Index</a> • <a href="/sitemap.html">Sitemap</a> • <a href="https://dl.sbr.pm/">Files</a></small><br/>
94 <small class='questions'>Questions, comments ? Please use my <a href="https://lists.sr.ht/~vdemeester/public-inbox">public inbox</a> by sending a plain-text email to <a href="mailto:~vdemeester/public-inbox@lists.sr.ht">~vdemeester/public-inbox@lists.sr.ht</a>.</small><br/>
95 <small class='copyright'>
96 Content and design by Vincent Demeester
97 (<a rel='licence' href='http://creativecommons.org/licenses/by-nc-sa/3.0/'>Some rights reserved</a>)
98 </small><br />
99</footer>
100</footer>
101</body>
102</html>