<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>The Ops Community ⚙️: Brad Johnson</title>
    <description>The latest articles on The Ops Community ⚙️ by Brad Johnson (@johnson_brad).</description>
    <link>https://community.ops.io/johnson_brad</link>
    <image>
      <url>https://community.ops.io/images/5EAL78EtSD49X-9EyGTelsSp8VofF1sM03lmGNUKVHA/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL3Vz/ZXIvcHJvZmlsZV9p/bWFnZS82L2FlMWQ5/Y2RjLTYwZWUtNDNh/Zi04ZjBhLTBlYzFl/ZGY3NGJkNS5wbmc</url>
      <title>The Ops Community ⚙️: Brad Johnson</title>
      <link>https://community.ops.io/johnson_brad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://community.ops.io/feed/johnson_brad"/>
    <language>en</language>
    <item>
      <title>WEBINAR: 2023 CloudOps and Cybersecurity Predictions</title>
      <dc:creator>Brad Johnson</dc:creator>
      <pubDate>Thu, 12 Jan 2023 00:17:10 +0000</pubDate>
      <link>https://community.ops.io/blinkops/webinar-2023-cloudops-and-cybersecurity-predictions-1gl0</link>
      <guid>https://community.ops.io/blinkops/webinar-2023-cloudops-and-cybersecurity-predictions-1gl0</guid>
      <description>&lt;p&gt;Join the Blink team, cofounder and CTO (and Ops Community member!) &lt;a class="mentioned-user" href="https://community.ops.io/haviv"&gt;@haviv&lt;/a&gt;, along with special guest Sarbjeet Johal for a webinar focused on cybersecurity and cloud recommended practices.&lt;/p&gt;

&lt;p&gt;Learn bold predictions about trends in cybersecurity automation and cloud operations for 2023 from leading cloud executives. Blink’s CTO, Haviv Rosh, will be joined by cloud economist, Sarbjeet Johal, and other special guests to discuss the news and technologies that will matter most to enterprise leaders like CISOs, CTOs, and CEOs this year.&lt;/p&gt;

&lt;p&gt;Get insights from our panel of technology executives who have led technology strategy for teams at companies like ServiceNow, Oracle, Palo Alto Networks to help you prepare for a secure and resilient New Year.&lt;/p&gt;

&lt;p&gt;Register here: &lt;a href="https://www.blinkops.com/webinar/2023-cloudops-and-cybersecurity-predictions"&gt;https://www.blinkops.com/webinar/2023-cloudops-and-cybersecurity-predictions&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cloudops</category>
      <category>secops</category>
      <category>webinar</category>
      <category>video</category>
    </item>
    <item>
      <title>Why it’s hard connecting different cloud tools</title>
      <dc:creator>Brad Johnson</dc:creator>
      <pubDate>Thu, 23 Jun 2022 14:40:05 +0000</pubDate>
      <link>https://community.ops.io/blinkops/why-its-hard-connecting-different-cloud-tools-264l</link>
      <guid>https://community.ops.io/blinkops/why-its-hard-connecting-different-cloud-tools-264l</guid>
      <description>&lt;p&gt;&lt;em&gt;This post was originally published to &lt;a href="https://www.blinkops.com/blog/building-integrations-why-its-hard-connecting-different-cloud-tools"&gt;blinkops.com&lt;/a&gt; by Ops Community members &lt;a class="mentioned-user" href="https://community.ops.io/haviv"&gt;@haviv&lt;/a&gt; and &lt;a class="mentioned-user" href="https://community.ops.io/johnson_brad"&gt;@johnson_brad&lt;/a&gt;.&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;Serverless, microservices, and containerized architectures unlock flexibility for cloud engineering teams. By adopting a serverless approach, cloud engineers have the freedom to deploy different tools each in order to solve specific use cases in the most effective way.&lt;/p&gt;

&lt;p&gt;But using a myriad of different cloud tools creates a logistical nightmare for the DevOps and SRE teams managing all those different applications. In practice, this looks like DevOps and SREs logging in and out of different cloud platforms, searching through platform documentation, and troubleshooting API connections just to create an integration between two different services. Then, rinse and repeat for every additional integration project that comes down the pipeline.&lt;/p&gt;

&lt;p&gt;This post will seek to highlight some of the challenges and pitfalls of building integrations between cloud tools.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where did all these API integration projects come from?
&lt;/h2&gt;

&lt;p&gt;In the most basic terms, modern DevOps and SRE teams need to write integrations to perform their everyday work duties. Whether it’s adding a new cloud tool to the development toolbox, improving observability into cloud architecture, or enabling a new application feature, cloud engineers are constantly wiring different cloud tools and APIs together.&lt;/p&gt;

&lt;p&gt;DevOps workflows also involve multiple cloud tools. In the course of a single day, a DevOps practitioner or SRE might expect to log in to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Monitoring tools (DataDog, New Relic, etc…)&lt;/li&gt;
&lt;li&gt;Cloud and infrastructure tools (AWS, GCP, K8s, etc..)&lt;/li&gt;
&lt;li&gt;Communication tools (Slack, Discord, etc…)&lt;/li&gt;
&lt;li&gt;Project management tools (JIRA, Asana, etc..)&lt;/li&gt;
&lt;li&gt;On-call tools (PagerDuty, etc..)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As DevOps and SREs become increasingly embedded on product and project development teams, this means individual cloud engineers are often left becoming the sole experts for numerous platforms. Their daily experience involves context-switching between cloud platforms. Factor in the intricacies of different platforms’s APIs and terminology, and integrations projects become a recipe for complexity and inefficiency.&lt;/p&gt;

&lt;h2&gt;
  
  
  Lots of daily DevOps tasks require custom integrations work
&lt;/h2&gt;

&lt;p&gt;There are many daily DevOps and SecOps tasks that require custom integrations work. Whether you’re trying to get log data from a cloud platform into an observability tool or automate an on-call response workflow, eventually you’ll need to connect tools together. Many platforms offer native integrations, but for more complex use cases, cloud-native DevOps and developers will most likely find themselves building a custom integration using scripts and APIs.&lt;/p&gt;

&lt;p&gt;Let’s explore some examples where cloud engineer might need to build a custom integration:&lt;/p&gt;

&lt;h3&gt;
  
  
  Troubleshooting
&lt;/h3&gt;

&lt;p&gt;Suppose you want to expose a webhook that receives an alert from your monitoring tool and automatically kickstarts an on-call process. Once an alert is received, you want to perform the following steps in order:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create a new Slack channel&lt;/li&gt;
&lt;li&gt;Open an on-call bridge (Zoom)&lt;/li&gt;
&lt;li&gt;Invite relevant team members to the Slack channel&lt;/li&gt;
&lt;li&gt;Enrich the alert with relevant data from different systems (run kubectl commands, fetch logs, fetch status page data, fetch latest GitHub PRs, etc)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It’s unlikely there’s a native integration capable of supporting such an involved workflow. Instead, to enable this workflow, a custom integration is going to be required.&lt;/p&gt;

&lt;h3&gt;
  
  
  Scheduling Day-2 Operations tasks
&lt;/h3&gt;

&lt;p&gt;There are some processes that DevOps and SREs must run occasionally, for example daily or weekly, that require custom integrations in order to perform the required task.&lt;/p&gt;

&lt;p&gt;For example, consider these workflows:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Checking that all employees have appropriate Auth and SSO tools installed&lt;/strong&gt;‍ &lt;br&gt;
Suppose that at the end of every day, you needed to validate that all employees registered in Okta have an instance of JumpCloud installed, then send a report by email with a list of any offenders without the appropriate tools installed. If you want to coordinate across all these tools, you’ll need a custom integration.&lt;br&gt;
‍&lt;br&gt;
&lt;strong&gt;Finding Kubernetes orphaned resources&lt;/strong&gt; &lt;br&gt;
It’s hard enough finding orphaned resources, but how do you notify the appropriate teams who can remediate any issues. You’ll need to build a custom integration to find orphaned Kubernetes resources and send a notification to the relevant team for approval before deletion.&lt;/p&gt;

&lt;h3&gt;
  
  
  Event-based tasks (IFTTT scenarios)
&lt;/h3&gt;

&lt;p&gt;Sometimes an event is the trigger for a DevOps process. This may require the creation of a custom integration in order to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Define a condition, like when a certain cloud resource is created (new AWS EC2 instance is created, new S3 bucket is created, etc)&lt;/li&gt;
&lt;li&gt;Perform checks against certain resources (for example, the existence of tags, TTL, etc..)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Self-service or on-demand tasks
&lt;/h3&gt;

&lt;p&gt;In order to enable coworkers to run a workflow on their own, you may need to create a custom integration and expose it as a self-service workflow. Self-service workflows can enable other developers to run purpose-built tasks such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scaling up or down Kubernetes HPA&lt;/li&gt;
&lt;li&gt;Running whitelisted kubectl commands agains your production services&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Building a new integration is deceptively complex
&lt;/h2&gt;

&lt;p&gt;So what about building application integrations is so difficult? Aren’t APIs designed for the explicit purpose of connecting to another application? The reality is that integrations are rarely so straightforward, and require a fair amount of upfront consideration to implement successfully.&lt;/p&gt;

&lt;p&gt;Here are some of the common pitfalls and gotchas that developers sometimes forgot to think about when building an integration:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Connections/Authentication:&lt;/strong&gt; How will you establish credentials and verify identity between different tools? There are so many ways to do authentications: OAuth, Basic Auth, API keys, Bearer tokens. And this isn’t even mentioning a process for refreshing tokens and storing credentials and access information.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Retries:&lt;/strong&gt; When there are failures, how you are going to detect them? Once an error is detected, for which errors will you retry sending the request? For example, if you are getting 400 or similar error, there is no point in retrying since there are likely Authentication-related issues, but if you get a 429 error (too many requests) or 503 error (service unavailable), it makes sense to retry.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rate limits:&lt;/strong&gt; How do u plan to recover from rate limits errors? Will your integration simply fail?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Testing:&lt;/strong&gt; How do you keep your integration functioning at all times? How are you going to test your integration’s performance and security over time?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Error handling:&lt;/strong&gt; When an error occurs with your integration, what steps will you take to troubleshoot it? How will you know what is wrong?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Performance:&lt;/strong&gt; How will you monitor integration performance? How will you no if the integration is behaving as expected or incorrectly?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Platform:&lt;/strong&gt; What platform will run the integration code (Lambda, microservices, host it on prem)?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CI/CD:&lt;/strong&gt; How will you deploy your integration code? Does your CI/CD platform support using this cloud tool?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Observability:&lt;/strong&gt; How will you make sure the above solutions are always up and running? How do you get visibility into the overall status of executions?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And this is hardly a comprehensive list, the are countless other variable to consider depending on your particular integration use case.&lt;/p&gt;

&lt;h2&gt;
  
  
  Advantages of using a no-code automation platform
&lt;/h2&gt;

&lt;p&gt;No-code automation platforms like &lt;a href="https://www.blinkops.com"&gt;Blink&lt;/a&gt; benefit from pre-existing integrations with cloud and SaaS tools, offloading the burden of repetitive integration efforts from your DevOps teams, so you can focus on creating the workflow you desire. By adopting a no-code automation platform for your cloud operations, you can eliminate the development effort required for creating custom cloud integrations, thereby:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reducing time to ship&lt;/li&gt;
&lt;li&gt;Improving the quality of your workflows (more reliable, resilient, auditable)&lt;/li&gt;
&lt;li&gt;Decreasing maintenance effort&lt;/li&gt;
&lt;li&gt;Solving all the integration complexities listed above&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Want to start building DevOps and SecOps workflows faster today? &lt;a href="http://www.blinkops.com/#private-beta"&gt;Sign up for Blink early access&lt;/a&gt; to take advantage of hundreds of automations purpose-built for solving common cloud operations challenges.&lt;/p&gt;

</description>
      <category>devops</category>
      <category>cloudops</category>
      <category>productivity</category>
      <category>nocode</category>
    </item>
    <item>
      <title>🏅New Ops Community Badges: Here's How to Earn Them</title>
      <dc:creator>Brad Johnson</dc:creator>
      <pubDate>Sat, 18 Jun 2022 00:20:22 +0000</pubDate>
      <link>https://community.ops.io/ops-community/new-ops-community-badges-heres-how-to-earn-them-43ho</link>
      <guid>https://community.ops.io/ops-community/new-ops-community-badges-heres-how-to-earn-them-43ho</guid>
      <description>&lt;p&gt;Earlier this week in our &lt;a href="https://community.ops.io/ops-community/the-ops-community-1000-founding-members-new-badges-and-more-l9b"&gt;first-ever Ops Community update&lt;/a&gt;, I dropped a teaser that there would be ✨&lt;strong&gt;new Ops Community badges&lt;/strong&gt;✨ announced soon. &lt;/p&gt;

&lt;p&gt;I'm &lt;em&gt;super excited&lt;/em&gt; to share these new badges with you, and can't wait to hear what you think about them in the comments. 💬&lt;/p&gt;

&lt;p&gt;In case you missed it, here's my &lt;a href="https://community.ops.io/ops-community/ops-community-10-most-common-badges-3pha"&gt;earlier writeup on the original Ops Community badges&lt;/a&gt; and how you can earn them. It's a good place to start if you're not sure what badges are available on The Ops Community.&lt;/p&gt;

&lt;h2&gt;
  
  
  Meet your new Ops Community badges 💫
&lt;/h2&gt;

&lt;p&gt;First though, some news! We've officially reached &lt;strong&gt;1000 &lt;a href="https://community.ops.io/badge/founding-member"&gt;Ops Community Founding Member badges&lt;/a&gt; awarded&lt;/strong&gt;. To the lucky 1000 recipients of the Founding Member badge, display it proudly. We're not giving any more away!&lt;/p&gt;

&lt;p&gt;Without further ado, allow me to unveil the latest Ops Community badges...drumroll please... 🥁🥁🥁&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/Oe6dow6rtl4DzKIfQkImDga85AcobK28WxZz2eKEYM4/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL2ExNW52/bWpuOWFnM214NDdw/dzgxLnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/Oe6dow6rtl4DzKIfQkImDga85AcobK28WxZz2eKEYM4/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL2ExNW52/bWpuOWFnM214NDdw/dzgxLnBuZw" alt="Ops Scholar badge of purple and gold graduation cap" width="268" height="230"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Ops Scholar
&lt;/h3&gt;

&lt;p&gt;Our first new badge is the &lt;strong&gt;Ops Scholar&lt;/strong&gt; badge. You can earn the Ops Scholar badge just by following other members on The Ops Community. When you find an article you like, make sure to show the author your appreciation by visiting their Ops Community profile page and clicking the "Follow" button. Once you've &lt;strong&gt;followed 50 or more authors&lt;/strong&gt;, we'll reward you with a shiny new Ops Scholar badge!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/vC8wrt5zNODpZrCanVqXuCzv3UVbVmylKmXH2buNplw/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzLzUzeTdy/b3prOXd5ZTY1dmNn/NmdrLnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/vC8wrt5zNODpZrCanVqXuCzv3UVbVmylKmXH2buNplw/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzLzUzeTdy/b3prOXd5ZTY1dmNn/NmdrLnBuZw" alt="Ops Builder badge of a gear in a construction hat" width="292" height="322"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Ops Builder
&lt;/h3&gt;

&lt;p&gt;The &lt;strong&gt;Ops Builder&lt;/strong&gt; badge is awarded to members who are &lt;strong&gt;followed by 50 or more&lt;/strong&gt; of their Ops Community peers. We believe that Ops Community members are the best indication of who is publishing the most valuable, informative CloudOps content. The Ops Builder badge is our small way of thanking the members who create Ops Community posts that members want to read.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/YljaM8bTnzFOpazr3itfxAtGFsLdnfN9NZMmBdZrFjY/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzLzd3bHNk/YzZkNmdmb3JpN2tr/YnB6LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/YljaM8bTnzFOpazr3itfxAtGFsLdnfN9NZMmBdZrFjY/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzLzd3bHNk/YzZkNmdmb3JpN2tr/YnB6LnBuZw" alt="Ops Champion badge of purple and gold trophy" width="324" height="322"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Ops Champion
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Do you have a competitive streak?&lt;/em&gt; The &lt;strong&gt;Ops Champion&lt;/strong&gt; badge is awarded to members who are &lt;strong&gt;followed by 100 Ops Community members&lt;/strong&gt;. We think it's pretty impressive to be followed by 100 cloud engineers. That's why we're going to publish an interview Q&amp;amp;A with our first few Ops Champion badge winners. If you're looking to promote a new project or want to grow your following, start connecting with your fellow Ops Community peers!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/2Csvb06y3Zd_4M0_KM-toOr3rwBqW5WvZiiMT2JgHPw/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL2ZzYTVl/NmpwbjdvcjV2Z3Nm/NXN6LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/2Csvb06y3Zd_4M0_KM-toOr3rwBqW5WvZiiMT2JgHPw/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL2ZzYTVl/NmpwbjdvcjV2Z3Nm/NXN6LnBuZw" alt="Docker Bronze badge" width="234" height="179"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Bronze Badges
&lt;/h3&gt;

&lt;p&gt;Introducing three new &lt;strong&gt;Bronze&lt;/strong&gt; badges for &lt;strong&gt;Docker&lt;/strong&gt;, &lt;strong&gt;Jenkins&lt;/strong&gt;, and &lt;strong&gt;Terraform&lt;/strong&gt;. When you publish 5 posts related to any of these tools, you'll be on your way to sporting a handsome new Bronze badge on your Ops Community profile.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/XRgcd0M-6e2ucDz6JPE6aNmPsp15uW61Sj3g2C_PAg4/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL3gzMnFq/b2dsNGR5aHA0MjNp/YnBxLnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/XRgcd0M-6e2ucDz6JPE6aNmPsp15uW61Sj3g2C_PAg4/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL3gzMnFq/b2dsNGR5aHA0MjNp/YnBxLnBuZw" alt="Terraform Silver badge" width="213" height="237"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Silver Badges
&lt;/h3&gt;

&lt;p&gt;We're also adding three new &lt;strong&gt;Silver&lt;/strong&gt; badges for &lt;strong&gt;Docker&lt;/strong&gt;, &lt;strong&gt;Jenkins&lt;/strong&gt;, and &lt;strong&gt;Terraform&lt;/strong&gt;. Publish 10 posts all related to a single one of these topics to The Ops Community and you'll be able to brag at the office lunch table about your rare new silver prize. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/HRMDiE010ZGERkmDnix-s-szoSzMKaIJzKAGkm1OHIA/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzLzhlNzh5/N2tuMmNzZzM3NHVo/bDI3LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/HRMDiE010ZGERkmDnix-s-szoSzMKaIJzKAGkm1OHIA/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzLzhlNzh5/N2tuMmNzZzM3NHVo/bDI3LnBuZw" alt="Jenkins Gold badge" width="181" height="237"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Gold Badges
&lt;/h3&gt;

&lt;p&gt;You can now earn a &lt;strong&gt;Gold&lt;/strong&gt; badge for &lt;strong&gt;Docker&lt;/strong&gt;, &lt;strong&gt;Jenkins&lt;/strong&gt;, and &lt;strong&gt;Terraform&lt;/strong&gt; when you &lt;strong&gt;write 25(!!) posts&lt;/strong&gt; about one of these topics. Your reward for diligently crafting 25 DevOps articles will be a profile that shimmers in gilded splendor, because you'll be the proud owner of a rare and prestigious Ops Community Gold badge.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where's my Ops badge, bro? 🤷🏽‍♀️
&lt;/h2&gt;

&lt;p&gt;Think you've earned a badge, but you haven't received it yet? That's probably our fault! Many Ops Community badges are manually awarded, so please gently nudge your friendly Ops Moderator on Twitter or here in the comments and we'll get your issues resolved ASAP.&lt;/p&gt;

</description>
      <category>random</category>
      <category>devops</category>
      <category>cloudops</category>
      <category>career</category>
    </item>
    <item>
      <title>⚙️ The Ops Community: 1000 Founding Members, New Badges, and More!</title>
      <dc:creator>Brad Johnson</dc:creator>
      <pubDate>Thu, 16 Jun 2022 02:35:36 +0000</pubDate>
      <link>https://community.ops.io/ops-community/the-ops-community-1000-founding-members-new-badges-and-more-l9b</link>
      <guid>https://community.ops.io/ops-community/the-ops-community-1000-founding-members-new-badges-and-more-l9b</guid>
      <description>&lt;p&gt;&lt;strong&gt;👋 Hey everyone, it's Ops Moderator &lt;a class="mentioned-user" href="https://community.ops.io/johnson_brad"&gt;@johnson_brad&lt;/a&gt; here.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You haven't heard from me in a while, but we've been working on some improvements for The Ops Community that I wanted to share with you.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;First... Some big news!&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Ops Community is now 1000+ cloud engineers strong! 💪
&lt;/h2&gt;

&lt;p&gt;In under three weeks we've grown from two moderators to a vibrant community of &lt;em&gt;1000+ cloud engineers&lt;/em&gt; sharing their insights and knowledge with other DevOps practitioners around the world. Thank you all for truly being the Founding Members of this new cloud engineering community.&lt;/p&gt;

&lt;h2&gt;
  
  
  🗺 Community roadmap
&lt;/h2&gt;

&lt;p&gt;The Ops Community is growing faster than we'd ever anticipated, and we need your help to make it better. &lt;a class="mentioned-user" href="https://community.ops.io/patrick_londa"&gt;@patrick_londa&lt;/a&gt; and I are currently in the process of preparing a public roadmap for The Ops Community to share with you all, so we can work together to build our community into an inclusive and accessible forum for everyone. &lt;/p&gt;

&lt;p&gt;Do you have ideas about improving The Ops Community? Let us know in the comments.&lt;/p&gt;

&lt;h2&gt;
  
  
  ☁️ Meet new #aws moderator &lt;a class="mentioned-user" href="https://community.ops.io/cloudyadvice"&gt;@cloudyadvice&lt;/a&gt;!
&lt;/h2&gt;

&lt;p&gt;Speaking of making The Ops Community better, I wanted to share some more exciting news.&lt;/p&gt;

&lt;p&gt;Introducing our first new tag moderator, Ops Community member &lt;a class="mentioned-user" href="https://community.ops.io/cloudyadvice"&gt;@cloudyadvice&lt;/a&gt;! Everybody thank Mike Graff for volunteering to steward our burgeoning #aws tag community.&lt;/p&gt;

&lt;p&gt;Here's a bit about Mike in his own words:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Based in the Silicon Valley, I have over 25 years experience working in IT. Over my career I’ve had the great fortune to work on a lot of leading edge technology early on such as backup to disk, virtualization, and now cloud. I’ve been working with AWS since late 2015, and currently hold multiple AWS Certifications including Solutions Architect – Professional and the Advanced Networking Speciality.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Make sure to welcome Mike with your comments and check out some of &lt;a href="https://community.ops.io/cloudyadvice"&gt;his recent posts on The Ops Community&lt;/a&gt; or on &lt;a href="https://cloudyadvice.com/"&gt;his personal blog&lt;/a&gt;. You can also tag &lt;a class="mentioned-user" href="https://community.ops.io/cloudyadvice"&gt;@cloudyadvice&lt;/a&gt; with questions about #aws or to notify Mike about posts that need attention with the #aws tag.&lt;/p&gt;

&lt;p&gt;And we need your help! Are you interested in becoming an Ops Community tag moderator? Email us at &lt;a href="mailto:social@ops.io"&gt;social@ops.io&lt;/a&gt; with info about your relevant experience and what #tags you're interested in moderating.&lt;/p&gt;

&lt;h2&gt;
  
  
  🏅 New badges!
&lt;/h2&gt;

&lt;p&gt;Later this week, we'll be dropping 6 new sets of Ops Community badges for you to earn and bling out your Ops Community profile.&lt;/p&gt;

&lt;p&gt;Here's a teaser of the new Ops Community Scholar badge! Want to learn how to win this badge? Make sure to follow me &lt;a class="mentioned-user" href="https://community.ops.io/johnson_brad"&gt;@johnson_brad&lt;/a&gt; and stay tuned for my future post!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/wyeHSs9PCb4Dg_1dDB8aCDON1k7HNEpkSbEZ9A_0idQ/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzLzF3ZG0y/cGprZ2tvd2JqamR4/bWluLnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/wyeHSs9PCb4Dg_1dDB8aCDON1k7HNEpkSbEZ9A_0idQ/w:880/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzLzF3ZG0y/cGprZ2tvd2JqamR4/bWluLnBuZw" alt="Ops Community Scholar badge" width="268" height="230"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  @LearnAboutOps on Twitter
&lt;/h2&gt;

&lt;p&gt;You may have noticed that The Ops Community also has a Twitter account &lt;a href="https://twitter.com/LearnAboutOps"&gt;@LearnAboutOps&lt;/a&gt;, where we promote high quality posts from our members. Do you want to be featured on @LearnAboutOps? Let us know in the comments! Just make sure you already have a Twitter account, so we can tag you as the author. &lt;/p&gt;

&lt;p&gt;Here's an example from Ops member &lt;a class="mentioned-user" href="https://community.ops.io/priyanshisharma"&gt;@priyanshisharma&lt;/a&gt;: &lt;/p&gt;


&lt;blockquote class="ltag__twitter-tweet"&gt;

  &lt;div class="ltag__twitter-tweet__main"&gt;
    &lt;div class="ltag__twitter-tweet__header"&gt;
      &lt;img class="ltag__twitter-tweet__profile-image" src="https://community.ops.io/images/6JwXrlcw_sT75tWautOlTy6-52zxuz7wbP2tCdAhdhA/w:880/mb:500000/ar:1/aHR0cHM6Ly9wYnMu/dHdpbWcuY29tL3By/b2ZpbGVfaW1hZ2Vz/LzE1MjY2OTU0MDUx/Mzk4MDgyNTYvQWxC/N1RZVFZfbm9ybWFs/LmpwZw" alt="The Ops Community ⚙️ profile image"&gt;
      &lt;div class="ltag__twitter-tweet__full-name"&gt;
        The Ops Community ⚙️
      &lt;/div&gt;
      &lt;div class="ltag__twitter-tweet__username"&gt;
        @learnaboutops
      &lt;/div&gt;
      &lt;div class="ltag__twitter-tweet__twitter-logo"&gt;
        &lt;img src="/assets/twitter-f95605061196010f91e64806688390eb1a4dbc9e913682e043eb8b1e06ca484f.svg" alt="twitter logo"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag__twitter-tweet__body"&gt;
      Observability, Monitoring, Alerting &amp;amp; Tracing Lineage in Microservices&lt;br&gt;&lt;br&gt;Scaling and managing cloud apps is easier, but what's the deal with &lt;a href="https://twitter.com/hashtag/observability"&gt;#observability&lt;/a&gt; and &lt;a href="https://twitter.com/hashtag/monitoring"&gt;#monitoring&lt;/a&gt; for these complex distributed systems? &lt;br&gt;&lt;br&gt;{ author: &lt;a href="https://twitter.com/TechWriterr"&gt;@TechWriterr&lt;/a&gt; } &lt;a href="https://twitter.com/hashtag/LearnAboutOps"&gt;#LearnAboutOps&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href="https://t.co/YKB75CnS0V"&gt;community.ops.io/priyanshisharm…&lt;/a&gt;
    &lt;/div&gt;
    &lt;div class="ltag__twitter-tweet__date"&gt;
      15:07 PM - 01 Jun 2022
    &lt;/div&gt;


    &lt;div class="ltag__twitter-tweet__actions"&gt;
      &lt;a href="https://twitter.com/intent/tweet?in_reply_to=1532016098706456577" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="/assets/twitter-reply-action-238fe0a37991706a6880ed13941c3efd6b371e4aefe288fe8e0db85250708bc4.svg" alt="Twitter reply action"&gt;
      &lt;/a&gt;
      &lt;a href="https://twitter.com/intent/retweet?tweet_id=1532016098706456577" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="/assets/twitter-retweet-action-632c83532a4e7de573c5c08dbb090ee18b348b13e2793175fea914827bc42046.svg" alt="Twitter retweet action"&gt;
      &lt;/a&gt;
      &lt;a href="https://twitter.com/intent/like?tweet_id=1532016098706456577" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="/assets/twitter-like-action-1ea89f4b87c7d37465b0eb78d51fcb7fe6c03a089805d7ea014ba71365be5171.svg" alt="Twitter like action"&gt;
      &lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/blockquote&gt;
.

&lt;h2&gt;
  
  
  Plagiarism policy
&lt;/h2&gt;

&lt;p&gt;Lastly, I wanted to comment on an important topic: Plagiarism. &lt;/p&gt;

&lt;p&gt;According to &lt;a href="https://community.ops.io/terms"&gt;The Ops Community Terms of Use&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Users agree and certify that they have rights to share all content that they post on The Ops Community — including, but not limited to, information posted in articles, discussions, and comments. This rule applies to prose, code snippets, collections of links, etc. Regardless of citation, users may not post copy and pasted content that does not belong to them. Users assume all risk for the content they post, including someone else's reliance on its accuracy, claims relating to intellectual property, or other legal rights. If you believe that a user has plagiarized content, misrepresented their identity, misappropriated work, or otherwise run afoul of DMCA regulations, please email &lt;a href="mailto:social@ops.io"&gt;social@ops.io&lt;/a&gt;. The Ops Community may remove any content users post for any reason.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Please do not copy or post content you do not own without the explicit permission of the owner. If you're unclear about plagiarism or ways to avoid plagiarizing content, I recommend checking out this &lt;a href="https://dev.to/devteam/dev-community-how-to-avoid-plagiarism-4kia"&gt;awesome post about how to avoid plagiarism from the moderators over at DEV&lt;/a&gt;. If you post content that is suspected to have been plagiarized, Ops Community moderators will remove your post and may suspend or ban you from posting.&lt;/p&gt;

&lt;p&gt;If you suspect a member has published plagiarized content, please do not call out that user directly, and instead notify and Ops Community moderator for us to review. Some cultures have differing perspectives with regards to the attribution of content. In order to be respectful to all out Ops Community members, we'll do our best to resolve any issues kindly and in a timely manner.&lt;/p&gt;

</description>
      <category>random</category>
      <category>devops</category>
      <category>cloudops</category>
      <category>career</category>
    </item>
    <item>
      <title>NEW: "The Cloud Pod" added to #Podcasts</title>
      <dc:creator>Brad Johnson</dc:creator>
      <pubDate>Fri, 03 Jun 2022 19:02:35 +0000</pubDate>
      <link>https://community.ops.io/ops-community/new-the-cloud-pod-added-to-podcasts-1gnd</link>
      <guid>https://community.ops.io/ops-community/new-the-cloud-pod-added-to-podcasts-1gnd</guid>
      <description>&lt;p&gt;&lt;strong&gt;Thanks to a suggestion from Ops member &lt;a class="mentioned-user" href="https://community.ops.io/cloudyadvice"&gt;@cloudyadvice&lt;/a&gt;, we've added a new podcast to the #podcast page!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You'll now find &lt;a href="https://www.thecloudpod.net/"&gt;The Cloud Pod&lt;/a&gt; listed among the different DevOps and CloudOps productions that our moderators curate on the #podcasts page. The Cloud Pod is hosted by Justin Brodley (&lt;a href="https://www.twitter.com/jbrodley"&gt;@jbrodley&lt;/a&gt;), Jonathan Baker (&lt;a href="http://www.twitter.com/cloudkickoff"&gt;@cloudkickoff&lt;/a&gt;), Peter Roosakos (&lt;a href="https://twitter.com/FoghornCTO"&gt;@FoghornCTO&lt;/a&gt;), and Ryan Lucas (&lt;a href="https://twitter.com/ryron01"&gt;@ryron01&lt;/a&gt;).&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
      &lt;div class="c-embed__cover"&gt;
        &lt;a href="https://open.spotify.com/embed/episode/3Umlr0EL3aWaKkbqOvsnJU?utm_source=generator" class="c-link s:max-w-50 align-middle" rel="noopener noreferrer"&gt;
          &lt;img alt="" src="https://community.ops.io/images/xqyZZSc9QiJKU_Yirj_1CFAkuZjRMposhrprSQIhVgU/w:800/mb:500000/ar:1/aHR0cHM6Ly9pLnNj/ZG4uY28vaW1hZ2Uv/YWI2NzY1NjMwMDAw/YmE4YTNhOWQ0ZjM0/OTZkOGRhMmIzNzIw/Njg3YQ" height="640" class="m-0" width="640"&gt;
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;div class="c-embed__body"&gt;
      &lt;h2 class="fs-xl lh-tight"&gt;
        &lt;a href="https://open.spotify.com/embed/episode/3Umlr0EL3aWaKkbqOvsnJU?utm_source=generator" rel="noopener noreferrer" class="c-link"&gt;
          Spotify | 167: The Cloud Pod Gets Sucked In by the Graviton3
        &lt;/a&gt;
      &lt;/h2&gt;
      &lt;div class="color-secondary fs-s flex items-center"&gt;
          &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://community.ops.io/images/tRRMAQm33lcYaz0OFK4R6lziaCaxCICsdTc0GNVK5Ng/w:800/mb:500000/ar:1/aHR0cHM6Ly9vcGVu/LnNwb3RpZnljZG4u/Y29tL2Nkbi9pbWFn/ZXMvZmF2aWNvbjMy/LmI2NGVjYzAzLnBu/Zw" width="32" height="32"&gt;
        open.spotify.com
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;P.S.&lt;/strong&gt; New podcast episodes get posted all the time, and there's a good chance The Ops Community will know before our moderators. If there's a listed podcast that's out of date, or if you discover a new podcast, video, or other relevant material that you think we should feature in the community, just let your moderators &lt;a class="mentioned-user" href="https://community.ops.io/patrick_londa"&gt;@patrick_londa&lt;/a&gt; or &lt;a class="mentioned-user" href="https://community.ops.io/johnson_brad"&gt;@johnson_brad&lt;/a&gt; know!&lt;/p&gt;

</description>
      <category>podcast</category>
      <category>devops</category>
      <category>cloudops</category>
      <category>random</category>
    </item>
    <item>
      <title>How to Earn Different Ops Community Badges 🏅</title>
      <dc:creator>Brad Johnson</dc:creator>
      <pubDate>Mon, 30 May 2022 20:59:34 +0000</pubDate>
      <link>https://community.ops.io/ops-community/ops-community-10-most-common-badges-3pha</link>
      <guid>https://community.ops.io/ops-community/ops-community-10-most-common-badges-3pha</guid>
      <description>&lt;p&gt;&lt;strong&gt;👋 Hi everyone, I'm &lt;a class="mentioned-user" href="https://community.ops.io/johnson_brad"&gt;@johnson_brad&lt;/a&gt;, one of your Ops Community Moderators.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm here to say a giant &lt;strong&gt;THANK YOU&lt;/strong&gt; to all the cloud engineers who joined The Ops Community over the last few days. Your contributed posts, comments, positive feedback, and overall good vibes have been &lt;strong&gt;✨A-MAZ-ING✨&lt;/strong&gt; and we can't wait to #LearnAboutOps with each of you.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get to know your Ops Community Badges 🏅
&lt;/h2&gt;

&lt;p&gt;You may have gotten an email with a shiny new badge from The Ops Community and wondered to yourself: &lt;/p&gt;

&lt;p&gt;🤔 &lt;em&gt;"...hmmm, how many badges are there in The Ops Community?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Well, I'm not going to spoil all the fun and publish a comprehensive list of Ops Community badges. But, I thought it might be helpful to introduce you to some of the more common badges you might earn or encounter as a member of The Ops Community.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/S50Xy-2E07fpLgrF4U_Cpz8f4V7xilqsctLGLRXYbaM/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL2RlZ2Fj/aHJibHRxaHgzOGN3/eThkLnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/S50Xy-2E07fpLgrF4U_Cpz8f4V7xilqsctLGLRXYbaM/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL2RlZ2Fj/aHJibHRxaHgzOGN3/eThkLnBuZw" alt="Ops Community Founding Member Badge in Pink with the Ops Community gear icon" width="272" height="272"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Founding Member
&lt;/h3&gt;

&lt;p&gt;We're awarding &lt;strong&gt;Founding Member&lt;/strong&gt; badges to the first &lt;strong&gt;1000 members&lt;/strong&gt; who sign up to join The Ops Community. We've already given out almost 900 of them, so tell your friends to sign up soon. When they're gone, they're gone!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/HnL0fCveksoFM3UYJOzSwIHHiSrrXGu1u_bxj7p2fCY/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL3N0NGQ0/MmI2NmhvNTExeTBt/N2t3LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/HnL0fCveksoFM3UYJOzSwIHHiSrrXGu1u_bxj7p2fCY/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL3N0NGQ0/MmI2NmhvNTExeTBt/N2t3LnBuZw" alt="Ops Community Founding Author Badge in Blue with the Ops Community gear icon" width="272" height="272"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Founding Author
&lt;/h3&gt;

&lt;p&gt;Even more exclusive than the Founding Member badge, we're only awarding &lt;strong&gt;Founding Author&lt;/strong&gt; badges to the first &lt;strong&gt;100 authors&lt;/strong&gt; who publish an article on The Ops Community. This is another badge that's only available for a limited time.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/E_R867yWUwZK7SJye-OC0WAGxJxjULr_d0mdBCRfR8k/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL3Q2dmp3/NnJoaGR4ZnFpZW93/dHE4LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/E_R867yWUwZK7SJye-OC0WAGxJxjULr_d0mdBCRfR8k/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL3Q2dmp3/NnJoaGR4ZnFpZW93/dHE4LnBuZw" alt="Ops Community First Post Badge with pencil icon" width="322" height="185"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  3. First Post
&lt;/h3&gt;

&lt;p&gt;Every member receives the &lt;strong&gt;First Post&lt;/strong&gt; badge when you publish your first post to The Ops Community for the first time. Thanks for contributing!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/ml1GcVZDYY_ejBLZUcd41NeU77hdjeZl3XXO7Lfdx0k/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL2FtOTQ4/cndrOTlkMWxwMHRw/YWVlLnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/ml1GcVZDYY_ejBLZUcd41NeU77hdjeZl3XXO7Lfdx0k/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL2FtOTQ4/cndrOTlkMWxwMHRw/YWVlLnBuZw" alt="Image description" width="256" height="272"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Pioneer
&lt;/h3&gt;

&lt;p&gt;Have you seen a community member with the &lt;strong&gt;Pioneer&lt;/strong&gt; badge? The Pioneer badge is a bit rarer and requires a little bit of luck to earn, as well. Members with the Pioneer badge were the first to publish a post for a moderated tag on The Ops Community, like &lt;strong&gt;#AWS&lt;/strong&gt;, &lt;strong&gt;#Kubernetes&lt;/strong&gt;, or &lt;strong&gt;#CICD&lt;/strong&gt;. There are still a few moderated tags that have not yet received a post. Will you be the next Ops Pioneer?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/gyeBIJgqpUVT7IMzuR3Sr5EGi8-vH0hxBSjXakSpdZA/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL2F3N2xo/eWZjaWkxam53OWhh/aGNkLnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/gyeBIJgqpUVT7IMzuR3Sr5EGi8-vH0hxBSjXakSpdZA/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL2F3N2xo/eWZjaWkxam53OWhh/aGNkLnBuZw" alt="Ops Community Generalist Badge with the number five" width="270" height="323"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Generalist
&lt;/h3&gt;

&lt;p&gt;The &lt;strong&gt;Generalist&lt;/strong&gt; badge signifies to The Ops Community that you're a member who know their way around a CI/CD pipeline, and have yelled at a cloud or two already. To earn the Generalist badge, you must publish posts about &lt;strong&gt;5 or more&lt;/strong&gt; different moderated Ops tags establishing competence in a variety of different CloudOps focuses.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/HfbKhR0HIfNK5qbj-9N9liMk76E0KKB0T_1CF73gAOA/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL3hoY2Vs/eGdqNXdiamt6Y2M4/MDhzLnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/HfbKhR0HIfNK5qbj-9N9liMk76E0KKB0T_1CF73gAOA/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL3hoY2Vs/eGdqNXdiamt6Y2M4/MDhzLnBuZw" alt="Ops Community AWS Bronze badge" width="251" height="161"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Bronze Badges
&lt;/h3&gt;

&lt;p&gt;Are you an expert on a particular platform? Publish &lt;strong&gt;5 posts&lt;/strong&gt; related to a single tool and you'll earn your &lt;strong&gt;Bronze&lt;/strong&gt; badge. Today, there are Bronze badges for AWS, Azure, GCP, and Kubernetes. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/1ltgp5mAC145Cmb7EjfD9zY0YhPKgvBoNEPxXt4mSSA/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL3NvZmoz/NWVlMjMyeTYxamRi/N25pLnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/1ltgp5mAC145Cmb7EjfD9zY0YhPKgvBoNEPxXt4mSSA/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL3NvZmoz/NWVlMjMyeTYxamRi/N25pLnBuZw" alt="Ops Community Kubernetes Silver badge" width="251" height="246"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  7. Silver Badges
&lt;/h3&gt;

&lt;p&gt;Set yourself apart from other authors by publishing &lt;strong&gt;10 or more&lt;/strong&gt; posts related to a single tool. Like the Bronze badge, today there are &lt;strong&gt;Silver&lt;/strong&gt; badges for AWS, Azure, GCP, and Kubernetes. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/9oWSio0bvQBJiAc5CbWtV2yInMvva7yCS16qj2HnjDc/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL2Rvdmhz/bGk0ZjczZm9lZ2tz/aW1sLnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/9oWSio0bvQBJiAc5CbWtV2yInMvva7yCS16qj2HnjDc/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL2Rvdmhz/bGk0ZjczZm9lZ2tz/aW1sLnBuZw" alt="Ops Community Azure gold badge" width="251" height="201"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  8. Gold Badges
&lt;/h3&gt;

&lt;p&gt;Will you be the first Ops Community member to win a &lt;strong&gt;Gold&lt;/strong&gt; badge? This prestigious profile bling is only awarded to Ops Community members who publish &lt;strong&gt;25 (!!) posts&lt;/strong&gt; all related to a single tool. Similar to Bronze and Silver badges, today there are Gold badges for AWS, Azure, GCP, and Kubernetes. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/vn9tRwsvZIVfQAIzarXtnUfAL68ItAN_EReFOpORifU/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzLzUxbnNx/Z2Q3cGFvZ3NvMWM0/cnJ2LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/vn9tRwsvZIVfQAIzarXtnUfAL68ItAN_EReFOpORifU/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzLzUxbnNx/Z2Q3cGFvZ3NvMWM0/cnJ2LnBuZw" alt="Ops Community DevOps Legend badge with CLI icon" width="322" height="165"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  9. DevOps Legend
&lt;/h3&gt;

&lt;p&gt;The &lt;strong&gt;DevOps Legend&lt;/strong&gt; badge is an exclusive designation, reserved only for DevOps industry leaders handpicked by The Ops Community moderators. When you meet a DevOps Legend, you can trust that this person has significant DevOps experience, knowledge, and has made an outsized contribution to the DevOps profession.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.ops.io/images/S4-2HFyqSR4NRm65FZq_h84bKo4J_6E2vcKdXQAU5Qg/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL25zcGs4/dTB5NjYyNmJkMHZz/bmUxLnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.ops.io/images/S4-2HFyqSR4NRm65FZq_h84bKo4J_6E2vcKdXQAU5Qg/w:800/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkub3BzLmlv/L3JlbW90ZWltYWdl/cy91cGxvYWRzL2Fy/dGljbGVzL25zcGs4/dTB5NjYyNmJkMHZz/bmUxLnBuZw" alt="Ops Community InfoSec Legend badge with shield icon" width="322" height="160"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  10. InfoSec Legend
&lt;/h3&gt;

&lt;p&gt;The &lt;strong&gt;InfoSec Legend&lt;/strong&gt; badge is another exclusive designation, reserved only for cybersecurity and SecOps industry leaders handpicked by The Ops Community moderators. When you meet an InfoSec Legend, you can trust that this person has significant cybersecurity or SecOps experience and knowledge, and has made an outsized contribution to the InfoSec profession.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Have an idea for a new badge or questions? Let us know in the comments below!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;P.S. Think you've earned a badge, but you haven't received it yet? That's probably our fault! Many Ops Community badges are manually awarded, so please gently nudge your friendly Ops Moderator and we'll get your issues resolved ASAP.&lt;/p&gt;

</description>
      <category>random</category>
      <category>devops</category>
      <category>cloudops</category>
      <category>career</category>
    </item>
    <item>
      <title>What is The Ops Community?</title>
      <dc:creator>Brad Johnson</dc:creator>
      <pubDate>Wed, 18 May 2022 15:32:37 +0000</pubDate>
      <link>https://community.ops.io/ops-community/what-is-the-ops-community-4djg</link>
      <guid>https://community.ops.io/ops-community/what-is-the-ops-community-4djg</guid>
      <description>&lt;p&gt;&lt;strong&gt;Whoa!&lt;/strong&gt; &lt;a href="https://community.ops.io"&gt;The Ops Community&lt;/a&gt; is finally live. ✨ 🥳 ✨&lt;/p&gt;

&lt;p&gt;Welcome to our community for cloud engineers to share tips &amp;amp; tricks, tutorials, and career insights. Most importantly, The Ops Community is a place for cloud engineers to share knowledge with each other and build up our community of technology professionals and aspiring cloud professionals.&lt;/p&gt;

&lt;p&gt;We've all been given an amazing opportunity to share our knowledge and experience with others, in order to help them along on their DevOps and SecOps journeys. If you haven't already, &lt;a href="https://community.ops.io/enter?state=new-user"&gt;sign up&lt;/a&gt; and consider sharing to The Ops Community!&lt;/p&gt;

&lt;p&gt;P.S. Don't forget to &lt;a href="https://twitter.com/LearnAboutOps"&gt;follow @LearnAboutOps on Twitter&lt;/a&gt;!&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚙️ Get to know the Ops Moderators
&lt;/h2&gt;

&lt;p&gt;The Ops Community is &lt;a href="https://community.ops.io/page/sponsors"&gt;sponsored&lt;/a&gt; by the awesome teams at &lt;a href="https://www.blinkops.com"&gt;Blink&lt;/a&gt;, &lt;a href="https://forem.dev"&gt;Forem&lt;/a&gt;, and &lt;a href="https://www.drop.com"&gt;Drop&lt;/a&gt;. We created The Ops Community because there wasn't a dedicated place for cloud engineers, a growing community of DevOps, SecOps, IT Managers, SREs, and other cloud-native professionals, to talk about their jobs, tools, problems faced, and gained experiences. We built Ops to make finding information about DevOps and SecOps topics, for all platforms, a little more fun, accessible, and user-friendly.&lt;/p&gt;

&lt;p&gt;Our moderators in The Ops Community (so far...) are &lt;a href="https://community.ops.io/johnson_brad"&gt;Brad&lt;/a&gt; and &lt;a href="https://community.ops.io/patrick_londa"&gt;Patrick&lt;/a&gt;. At &lt;a href="https://www.blinkops.com"&gt;Blink&lt;/a&gt;, we're both on the marketing team, where we spend our days thinking about cloud operations and no-code automation. But we're also going to be publishing cloud-native and Ops Community content, and here to make your Ops Community experience the best it can possibly be! 🌱&lt;/p&gt;

&lt;h2&gt;
  
  
  👷🏽 Get involved!
&lt;/h2&gt;

&lt;p&gt;We need your help making The Ops Community better! Let us know if you're interested in becoming a moderator for a particular topic or becoming an Ops Community sponsor. Here's our &lt;a href="https://community.ops.io/contact"&gt;contact info&lt;/a&gt; if you want to connect!&lt;/p&gt;

</description>
      <category>devops</category>
      <category>cloudops</category>
      <category>tutorials</category>
      <category>career</category>
    </item>
  </channel>
</rss>
