<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cloud-Native on Martin Ahrer</title><link>https://www.martinahrer.at/tags/cloud-native/</link><description>Recent content in Cloud-Native on Martin Ahrer</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 25 Feb 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://www.martinahrer.at/tags/cloud-native/index.xml" rel="self" type="application/rss+xml"/><item><title>Hashicorp Nomad native workload</title><link>https://www.martinahrer.at/2023/02/25/hashicorp-nomad-native-workload/</link><pubDate>Sat, 25 Feb 2023 00:00:00 +0000</pubDate><guid>https://www.martinahrer.at/2023/02/25/hashicorp-nomad-native-workload/</guid><description>&lt;div class="paragraph">
&lt;p>Earlier this week I presented my talk &amp;#34;&lt;em>Need something simpler than Kubernetes?&lt;/em>&amp;#34; to the &lt;a href="https://community.cncf.io/events/details/cncf-linz-presents-cloud-native-linz-feb-21-kubernetes-alternatives/">CNCF Linz community&lt;/a>.&lt;/p>
&lt;/div>
&lt;div class="paragraph">
&lt;p>This post is a follow-up explaining how to deploy a native workload to Nomad.
Nomad is unique because of its hybrid support for many types of workload.
While Kubernetes has been designed for managing container-only workloads,
Nomad’s &lt;a href="https://developer.hashicorp.com/nomad/docs/drivers">pluggable task drivers&lt;/a> allows scheduling container, Java, native (raw), QEMU/KVM, etc. workloads.&lt;/p>
&lt;/div></description></item><item><title>Hashicorp Nomad with Consul service discovery</title><link>https://www.martinahrer.at/2022/07/26/hashicorp-nomad-with-consul-service-discovery/</link><pubDate>Tue, 26 Jul 2022 00:00:00 +0000</pubDate><guid>https://www.martinahrer.at/2022/07/26/hashicorp-nomad-with-consul-service-discovery/</guid><description>&lt;div class="paragraph">
&lt;p>With my previous &lt;a href="https://www.martinahrer.at/code/hashicorp-nomad-service-discovery.html">post&lt;/a> I demonstrated how simple it is to connect services through Nomad’s service discovery support.
I promised to follow-up showing this with Consul providing the service registry and use Consul’s service discovery.&lt;/p>
&lt;/div>
&lt;div class="paragraph">
&lt;p>Le’s look into the &lt;a href="https://www.nomadproject.io/docs/job-specification/service#service-parameters">service stanza&lt;/a> documentation.
The &lt;code>provider&lt;/code> key allows 2 different values.
We already used &lt;code>nomad&lt;/code> implementing the Nomad service registry.
Before Nomad 1.3 only &lt;code>consul&lt;/code> was a supported service registry.
This was the default for this key and would register the service with the Consul service registry.
So we would go ahead and just would set &lt;code>provider = &amp;#34;consul&amp;#34;&lt;/code> for the &lt;code>api&lt;/code> and the &lt;code>db&lt;/code> service.&lt;/p>
&lt;/div></description></item><item><title>Hashicorp Nomad service discovery</title><link>https://www.martinahrer.at/2022/07/25/hashicorp-nomad-service-discovery/</link><pubDate>Mon, 25 Jul 2022 00:00:00 +0000</pubDate><guid>https://www.martinahrer.at/2022/07/25/hashicorp-nomad-service-discovery/</guid><description>&lt;div class="paragraph">
&lt;p>With the recently released Nomad 1.3 a service registry backed by Nomad was added.
This is making building complex services dependent on others really easy.
Earlier we typically would have added Hashicorp Consul as service registry.
In a production environment that would have meant to a add a Consul cluster running along with the Nomad cluster.
Obviously this comes with some costs even when running such a cluster is really made simple by Hashicorp.&lt;/p>
&lt;/div></description></item><item><title>Introduction to Hashicorp Nomad</title><link>https://www.martinahrer.at/2022/07/20/introduction-to-hashicorp-nomad/</link><pubDate>Wed, 20 Jul 2022 00:00:00 +0000</pubDate><guid>https://www.martinahrer.at/2022/07/20/introduction-to-hashicorp-nomad/</guid><description>&lt;div class="paragraph">
&lt;p>In the past 2 years I successfully architected and developed a new product for a customer and brought it to production. This product uses Hashicorp’s job scheduler &lt;a href="https://www.nomadproject.io/">Nomad&lt;/a> for managing workload.&lt;/p>
&lt;/div>
&lt;div class="paragraph">
&lt;p>Nomad is an excellent alternative to Kubernetes.
It is known for its simplicity in regard to usage and maintainability and allows to schedule containerized and non-containerized applications.&lt;/p>
&lt;/div></description></item></channel></rss>