-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
209 lines (167 loc) · 8.22 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nicklas Wiegandt | </title>
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=yes">
<base href="https://nicklas.wiegandt.eu" />
<link type="application/atom+xml" rel="alternate" href="https://nicklas.wiegandt.eu/feed.xml" title="Nicklas Wiegandt" />
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel='stylesheet' href='//cdn.jsdelivr.net/npm/[email protected]/build/web/hack.css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://www.google.com/recaptcha/api.js"></script>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["disableCookies"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//statistics.wiegandt.eu/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<header>
<h1>Nicklas Wiegandt</h1>
<nav>
<a href="/" class="current-page">Home</a>
<a href="/tags/" >Tags</a>
<a href="/about/" >About</a>
<a href="/contact/" >Contact</a>
<a href="https://nicklas.wiegandt.eu/feed.xml" target="_blank"><i class="fas fa-rss-square"></i></a>
</nav>
</header>
<div class="bg-image"></div>
<main>
<article>
<section>
<h2><a href="/2023/02/09/apache-camel-skip-lines.html">Skip the first two lines of a file in Apache Camel</a></h2>
<ul class="tags">
<li><a href="/tag/apache-camel">#apache-camel</a></li>
</ul>
<p>
<div class="paragraph">
<p><a href="https://camel.apache.org" target="_blank" rel="noopener">Apache Camel</a> is a popular open-source framework for integrating various systems and services. It provides a variety of components and tools to make it easier to integrate different systems, such as file systems, databases, and web services.</p>
</div>
<br>
<a href="/2023/02/09/apache-camel-skip-lines.html">Read more...</a>
</p>
</section>
<section>
<h2><a href="/2021/06/06/jenkins-docker-agent-with-docker.html">Using Docker in jenkins with jenkins Docker agent</a></h2>
<ul class="tags">
<li><a href="/tag/jenkins">#jenkins</a></li>
<li><a href="/tag/cicd">#cicd</a></li>
<li><a href="/tag/docker">#docker</a></li>
<li><a href="/tag/docker-in-docker">#docker-in-docker</a></li>
<li><a href="/tag/containerd">#containerd</a></li>
</ul>
<p>
<div class="paragraph">
<p>Getting <a href="https://jenkins.io" target="_blank" rel="noopener">Jenkins CI</a> to build Docker container with a jenkins Docker agent</p>
</div>
<br>
<a href="/2021/06/06/jenkins-docker-agent-with-docker.html">Read more...</a>
</p>
</section>
<section>
<h2><a href="/2020/12/20/docker-compose-log-aggregation-with-grafana-loki.html">Docker Compose log aggregation using Grafana Loki and Fluent Bit</a></h2>
<ul class="tags">
<li><a href="/tag/docker-compose">#docker-compose</a></li>
<li><a href="/tag/docker">#docker</a></li>
<li><a href="/tag/grafana">#grafana</a></li>
<li><a href="/tag/log">#log</a></li>
<li><a href="/tag/loki">#loki</a></li>
<li><a href="/tag/fluent-bit">#fluent-bit</a></li>
</ul>
<p>
<div class="paragraph">
<p>How to use <a href="https://grafana.com/oss/loki/">Grafana Loki</a> for <a href="https://docs.docker.com/compose/">docker compose</a> log aggregation using <a href="https://fluentbit.io/">Fluent Bit</a>.</p>
</div>
<br>
<a href="/2020/12/20/docker-compose-log-aggregation-with-grafana-loki.html">Read more...</a>
</p>
</section>
<section>
<h2><a href="/2020/08/02/use-k3os-traefik-letsencrypt.html">Use K3OS system Traefik with Let’s Encrypt</a></h2>
<ul class="tags">
<li><a href="/tag/kubernetes">#kubernetes</a></li>
<li><a href="/tag/traefik">#traefik</a></li>
<li><a href="/tag/letsencrypt">#letsencrypt</a></li>
<li><a href="/tag/k3os">#k3os</a></li>
<li><a href="/tag/rancher">#rancher</a></li>
</ul>
<p>
<div class="paragraph">
<p>How to use <a href="https://k3os.io/" target="_blank" rel="noopener">K3OS</a> system <a href="https://containo.us/traefik/" target="_blank" rel="noopener">Traefik</a> with <a href="https://letsencrypt.org" target="_blank" rel="noopener">Let’s Encrypt</a>.</p>
</div>
<br>
<a href="/2020/08/02/use-k3os-traefik-letsencrypt.html">Read more...</a>
</p>
</section>
<section>
<h2><a href="/2020/08/01/elastic-stack-with-fluentbit-helm-for-kubernetes-container-logs.html">Elastic Stack with Fluent Bit Helm for Kubernetes container logs</a></h2>
<ul class="tags">
<li><a href="/tag/kubernetes">#kubernetes</a></li>
<li><a href="/tag/elastic-stack">#elastic-stack</a></li>
<li><a href="/tag/fluentbit">#fluentbit</a></li>
<li><a href="/tag/helm">#helm</a></li>
</ul>
<p>
<div class="paragraph">
<p>How to install Elastic Stack with Helm and get all Kubernetes container logs in to it with Fluent Bit.</p>
</div>
<br>
<a href="/2020/08/01/elastic-stack-with-fluentbit-helm-for-kubernetes-container-logs.html">Read more...</a>
</p>
</section>
<section>
<h2><a href="/2020/07/31/first-post.html">About this blog</a></h2>
<ul class="tags">
<li><a href="/tag/general">#general</a></li>
<li><a href="/tag/aws">#aws</a></li>
<li><a href="/tag/lambda">#lambda</a></li>
</ul>
<p>
<div class="paragraph">
<p>My first post on my new blog. This posts is about the blog itself and how it’s made.</p>
</div>
<br>
<a href="/2020/07/31/first-post.html">Read more...</a>
</p>
</section>
</article>
</main>
<footer>
© 2024 Nicklas Wiegandt
<a href="https://nicklas.wiegandt.eu/datenschutz">Datenschutzerklärung</a>
<address class="mail">
<i class="far fa-envelope"> nicklas [at] wiegandt [dot] eu</i>
</address>
<address class="github">
<a title="GitHub" href="https://github.com/nicklas2751" target="_blank"><i class="fab fa-github"> GitHub</i></a>
</address>
<address class="stackoverflow">
<a title="Stack Overflow" href="https://stackoverflow.com/story/nicklas2751" target="_blank"><i class="fab fa-stack-overflow"> Stack Overflow</i></a>
</address>
<address class="xing">
<a title="Xing" href="https://www.xing.com/profile/Nicklas_Wiegandt" target="_blank"><i class="fab fa-xing"> Xing</i></a>
</address>
<address class="linkedin">
<a title="Linked In" href="https://www.linkedin.com/in/nicklas-wiegandt-09239714a" target="_blank"><i class="fab fa-linkedin"> LinkedIn</i></a>
</address>
</footer>
</body>
</html>