-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
168 lines (76 loc) · 4.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="fr-FR" data-theme="dark">
<head>
<meta name="generator" content="Hugo 0.79.0" />
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer-when-downgrade">
<title>AMaZing stuff</title>
<meta name="description" content="">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="AMaZing stuff" />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="/favicon.png">
<link rel="stylesheet" href="/css/style.b6a0d5a8bf2c050cb1f2ba408559890eef499aacdf95fed7bf8e27b6b4e97d8d.css" integrity="sha256-tqDVqL8sBQyx8rpAhVmJDu9Jmqzflf7Xv44ntrTpfY0=">
<meta property="og:title" content="AMaZing stuff" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/" />
<meta property="og:updated_time" content="2020-12-11T08:15:36+01:00" /><meta property="og:site_name" content="AMaZing stuff" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="AMaZing stuff"/>
<meta name="twitter:description" content=""/>
</head>
<body>
<a class="skip-main" href="#main">Passer au contenu principal</a>
<div class="container">
<header class="common-header">
<h1 class="site-title">
<a href="/">AMaZing stuff</a>
</h1>
<nav>
<a class="" href="/posts/" title="">Posts</a>
<a class="" href="/tags/" title="">Tags</a>
</nav>
</header>
<main id="main" tabindex="-1">
<div class="homepage-content">
</div>
<article class="post-list">
<header class="post-header">
<h1 class="post-title"><a href="/posts/rex-kubebuilder/">Interview / Retour d'expérience de l'usage de kubebuilder</a></h1>
</header>
<div class="content post-summary">
<h1 id="introduction">Introduction</h1>
<p><a href="https://www.linkedin.com/in/yassine-tijani/">Yassine Tijani</a>, contributeur K8s depuis 4 ans, nous a présenté l’architecture générale du code d’un opérateur Kubernetes (utilisant le pattern contrôleur) en Go.</p>
<p>La présentation porte en particulier sur l’utilisation de <a href="https://github.com/kubernetes-sigs/kubebuilder">kubebuilder</a> qui fournit (au travers d’un outil en ligne de commande) un générateur d’échafaudage de <strong>code</strong>.</p>
<p>Merci à Yassine pour son temps et les <a href="https://github.com/kubernetes-sigs/cluster-api-provider-vsphere">exemples de code</a> pour étayer son propos !!</p>
</div>
<div class="read-more">
<a href="/posts/rex-kubebuilder/">Lire la suite</a>
</div>
<div class="post-info">
<div class="post-date">2020-12-11</div>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="/tags/k8s">#k8s</a></li>
<li><a href="/tags/golang">#golang</a></li>
<li><a href="/tags/operator">#operator</a></li>
<li><a href="/tags/kubebuilder">#kubebuilder</a></li>
</ul>
</div>
</div>
</article>
</main>
<footer class="common-footer">
<div class="common-footer-bottom">
<div class="copyright">
<p>© 2020<br>
Propulsé par <a target="_blank" rel="noopener noreferrer" href="https://gohugo.io/">Hugo</a>, thème <a target="_blank" rel="noopener noreferrer" href="https://github.com/mitrichius/hugo-theme-anubis">Anubis</a>.
</p>
</div>
</div>
</footer>
</div>
</body>
</html>