<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docsy Blog on grafana-operator</title><link>https://grafana.github.io/grafana-operator/blog/</link><description>Recent content in Docsy Blog on grafana-operator</description><generator>Hugo</generator><language>en</language><atom:link href="https://grafana.github.io/grafana-operator/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Grafana-Operator - A small subproject that made it big</title><link>https://grafana.github.io/grafana-operator/blog/2023/12/05/grafana-operator-a-small-subproject-that-made-it-big/</link><pubDate>Tue, 05 Dec 2023 00:00:00 +0000</pubDate><guid>https://grafana.github.io/grafana-operator/blog/2023/12/05/grafana-operator-a-small-subproject-that-made-it-big/</guid><description>&lt;h1 id="grafana-operator---a-small-subproject-that-made-it-big"&gt;Grafana-Operator - A small subproject that made it big&lt;/h1&gt;
&lt;p&gt;This blog post will describe the journey that the grafana-operator underwent, from a small subproject from within a Red
Hat product offering, to one silently being used by some of the biggest companies worldwide, as well as where it&amp;rsquo;s going
to next!&lt;/p&gt;
&lt;h2 id="the-origin"&gt;The Origin&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Disclaimer: Most of the information written in this section is from before my time being involved with the project,
written to the best of my knowledge.&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Moving Upstream</title><link>https://grafana.github.io/grafana-operator/blog/2023/11/21/moving-upstream/</link><pubDate>Tue, 21 Nov 2023 00:00:00 +0000</pubDate><guid>https://grafana.github.io/grafana-operator/blog/2023/11/21/moving-upstream/</guid><description>&lt;p&gt;Exciting times coming up!&lt;/p&gt;
&lt;p&gt;The community folks over at upstream Grafana, have reached out and asked if we’d be open to migrating
the Grafana-Operator to their &lt;a href="https://github.com/grafana"&gt;https://github.com/grafana&lt;/a&gt;
 organization! We said &amp;ldquo;YES!&amp;rdquo;&lt;/p&gt;
&lt;h2 id="why"&gt;Why?&lt;/h2&gt;
&lt;p&gt;Ever since we moved away from our initial &lt;code&gt;Integr8ly&lt;/code&gt; home, (where Peter first created the operator) we have focused on
growing the community and improving the user experience as best we could, we believe that moving to upstream Grafana is
the next logical step.&lt;/p&gt;</description></item><item><title>v4 to v5 migration</title><link>https://grafana.github.io/grafana-operator/blog/2023/05/27/v4-to-v5-migration/</link><pubDate>Sat, 27 May 2023 00:00:00 +0000</pubDate><guid>https://grafana.github.io/grafana-operator/blog/2023/05/27/v4-to-v5-migration/</guid><description>&lt;p&gt;We are getting close to releasing version 5 of grafana-operator.&lt;/p&gt;
&lt;p&gt;Version 5 comes with a number of breaking changes in API which were required to introduce support for managing multiple Grafana instances (including externally-hosted), arbitrary Grafana configuration (we no longer need to explicitly support each configuration field in grafana.ini), and other useful features. A more comprehensive list of changes can be found in our &lt;a href="https://grafana.github.io/grafana-operator/blog/2023/03/14/version-5-rc-introduction/"&gt;intro blog post&lt;/a&gt;
, and full documentation - &lt;a href="https://grafana.github.io/grafana-operator/docs/"&gt;here&lt;/a&gt;
.&lt;/p&gt;</description></item><item><title>Install Grafana-operator using Flux and Kustomize</title><link>https://grafana.github.io/grafana-operator/blog/2023/03/29/install-grafana-operator-using-flux-and-kustomize/</link><pubDate>Wed, 29 Mar 2023 00:00:00 +0000</pubDate><guid>https://grafana.github.io/grafana-operator/blog/2023/03/29/install-grafana-operator-using-flux-and-kustomize/</guid><description>&lt;p&gt;As a part of grafana-operator v5.0.0-rc1 we introduce Kustomize as a way of installing the operator.&lt;/p&gt;
&lt;p&gt;To showcase this new feature, I thought why not use GitOps?&lt;/p&gt;
&lt;p&gt;GitOps is a rather well-used term nowadays, but you can summarize it in 4 steps.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Declarative&lt;/li&gt;
&lt;li&gt;Versioned and immutable&lt;/li&gt;
&lt;li&gt;Pulled automatically&lt;/li&gt;
&lt;li&gt;Continuously reconciled&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To find out more about GitOps look at the CNCF GitOps working groups &lt;a href="https://opengitops.dev/"&gt;documentation&lt;/a&gt;
.&lt;/p&gt;
&lt;p&gt;In this case I have decided to use &lt;a href="https://fluxcd.io/"&gt;Flux&lt;/a&gt;
 to deploy grafana-operator through GitOps, but there are other options.
For example &lt;a href="https://argo-cd.readthedocs.io/"&gt;ArgoCD&lt;/a&gt;
 which is also a graduated CNCF project just like Flux.&lt;/p&gt;</description></item><item><title>Version 5 getting started</title><link>https://grafana.github.io/grafana-operator/blog/2023/03/14/version-5-getting-started/</link><pubDate>Tue, 14 Mar 2023 00:00:00 +0000</pubDate><guid>https://grafana.github.io/grafana-operator/blog/2023/03/14/version-5-getting-started/</guid><description>&lt;p&gt;It might be a good idea to read through the &lt;a href="https://grafana.github.io/grafana-operator/blog/2023/03/14/version-5-rc-introduction/"&gt;version 5 introduction&lt;/a&gt;
 which goes through a bit more about the new concepts that we have introduced in this version.
In this blog we will focus on how to install version 5 of the grafana-operator.&lt;/p&gt;
&lt;p&gt;For this example we will be using a small &lt;a href="https://kind.sigs.k8s.io/"&gt;kind&lt;/a&gt;
 cluster to get access to Kubernetes but this should of course work with any other Kubernetes installation.&lt;/p&gt;</description></item><item><title>Version 5 RC introduction</title><link>https://grafana.github.io/grafana-operator/blog/2023/03/14/version-5-rc-introduction/</link><pubDate>Tue, 14 Mar 2023 00:00:00 +0000</pubDate><guid>https://grafana.github.io/grafana-operator/blog/2023/03/14/version-5-rc-introduction/</guid><description>&lt;p&gt;If you are reading this it means that we have finally got our first RC of version 5 out of the gates.
The maintainers are extremely happy to finally being able to do so.&lt;/p&gt;
&lt;p&gt;As a part of this we have merged version 5 in to the master branch and we will continue to support version 4 through the v4 branch. Any changes that needs to be done towards version 4 should be directed to that branch.&lt;/p&gt;</description></item></channel></rss>