× Want to read this newsletter every week?! × 👋  Join FAUN
 
CloudNative Weekly Newsletter, The Chief I/O. Curated CloudNative news, tutorials, tools and more!
🌐 View in your browser   |  ✍️ Publish on FAUN   |  🦄 Become a sponsor
 
Insights for cloud native leaders
The Chief I/O
 
 
⭐ Patrons
 
goteleport.com goteleport.com
 
Implementing Zero Trust Security for AWS Infrastructure with Teleport
 
 
Download this resource to learn how Teleport’s tight integration with AWS simplifies the implementation of Zero Trust in the cloud.

This tech paper also outlines how Teleport’s access platform can become the centralized window and the single entry point for consuming AWS internal and external services.

Learn more.
 
 

👉 Spread the word and help developers find you by promoting your projects on FAUN. Get in touch for more information.

 
🐾 From FAUNers
 
faun.dev faun.dev
 
An ultimate guide to email infrastructure
 
 
Want to know more about Email Infrastructure? This article breaks down what it is, how it works and what can be done to boost its performance. From Mail servers, to agents, to IP addresses- it covers it all. It also explains why it's important for organizations to care about Email infrastructure to avoid security threats and ensure all emails reach the inbox. It also covers the elements that make up Email infrastructure and how it can impact sender reputation.

By @maryhlumilina
 
 

👉 Create your FAUN Page if it's not done yet and start sharing your blog posts, news, and tools on FAUN Developer Community, collect badges and more!
 

 
🔗 Stories, Tutorials & Articles
 
www.businessinsider.com www.businessinsider.com
 
The 11 most promising DevOps startups of 2022, according to VCs   ✅
 
 
Insider asked VCs to name their picks for the most promising DevOps startups in the industry. Here are the 11 companies they named.
 
 
cloud.google.com cloud.google.com
 
How to develop and test your Cloud Functions locally
 
 
Learn how to develop and debug code for serverless platforms with Cloud Functions, which utilizes the open-source Functions Framework.

The post also provides a real-world example of a TypeScript app that processes images, and illustrates how to run the function locally with the Functions Framework, allowing for faster iteration and testing before deploying.

It also shows how to invoke the function with an Eventarc event locally. This can save time and resources in your development flow, and it aligns with Google's drive for open standards and open source.
 
 
grafana.com grafana.com
 
A guide to cyber threat hunting with Promtail, Grafana Loki, Sigma, and Grafana Cloud
 
 
The Security Operations team at Grafana Labs uses logs to help identify suspicious or malicious activity. They use the open source Sigma project, a generic structured format for sharing methods for identifying such activity in log files, to help them search for indications of compromise (IOCs) in logs.

However, Sigma rules cannot be used to directly query logs, so the team has developed a pySigma Grafana Loki backend, which can take Sigma rules and convert them into relevant query languages, such as Grafana Loki’s LogQL, to search for activity on infrastructure and services.

They have also provided a step-by-step guide on how to generate log data using Sysmon, collect the data with Promtail, store the data in Loki, and use Sigma rules to query for them in Grafana Cloud.
 
 
www.hashicorp.com www.hashicorp.com
 
Predicts: What to Expect in 2023
 
 
Leaders from HashiCorp share their predictions for 2023 in the world of cloud and digital transformation.

They predict trends such as multi-cloud and zero trust security will continue to shape the enterprise technology landscape, as well as an increasing need for private data centers due to cost concerns and data sovereignty issues.

They also expect to see increased automation and standardization of infrastructure, growth in Kubernetes and specialized serverless platforms, and more focus on operational efficiencies and security in service mesh deployments.

Additionally, they predict an increase in supply chain attacks and a focus on internal developer platforms as a central service for organizations.
 
 
questdb.io questdb.io
 
Using Prometheus, Loki, and Grafana to monitor QuestDB in Kubernetes
 
 
In this tutorial, a Cloud Engineer, Steve Sklar, explains how to use popular tools in the Kubernetes ecosystem to build monitoring infrastructure for QuestDB instances. The goal is to deploy a QuestDB instance on a Kubernetes cluster while also connecting it to centralized metrics and logging systems.

The components used in this tutorial include: Prometheus to collect and store QuestDB metrics, Loki to store logs from QuestDB, Promtail to ship logs to Loki, and Grafana to build dashboards with data from Prometheus and Loki.

The tutorial provides instructions on how to install and test the above components using kind (Kubernetes In Docker) and kubectl, and also mentions the prerequisites needed to follow the tutorial.
 
 
 
📺 Quick Hits
 
 
Cockroach Labs released CockroachDB 22.2. The latest features focus on database efficiency.
 
 
Micro Focus launched HCMX FinOps Express. The SaaS solution maps an organization’s public cloud spending, finds unnecessary capacity and compares cloud offerings to reduce costs. HCMX FinOps Express is available immediately.
 
 
⭐ Supporters
 
faun.dev faun.dev
 
Post Developers Jobs for Free on FAUN
 
 
FAUN's Job Board offers an exceptional platform to connect with skilled developers, DevOps professionals, and software engineers who are eager to contribute to the success of your organization.

Post your job openings on FAUN's Job Board today and watch your talent pool grow.

Get started now .
 
 
faun.dev faun.dev
 
Join Humans Behind Code
 
 
👉 If you're a Developer or a maintainer of a widely adopted Open Source project and you think it's worth talking about it and your experiences in building it, join Humans Behind Code and get interviewed and published on faun.dev!
 
 
faun.dev faun.dev
 
Advertise with FAUN
 
 
Meet developers where they are, not where you want them to be. Fill out the form and download our mediakit .
 
 
👉 Spread the word and help developers find you by promoting your projects on FAUN. Get in touch for more information.
 
🛍️ Swag, Deals, And Offers
 
 
Kubernetes Mug
 
 
"My Code, My Rules" Mousepad
 

❤️ Get a 20% exclusive discount on all our swag (with free shipping) when you use the code "THANKSFAUN".

 
🎦 Videos, Talks & Presentations
 
www.youtube.com www.youtube.com
 
The Narrative of Reliability: A Chaos Engineering Case Study with LitmusChaos
 
 
This session helps you understand the basic building blocks of Chaos Engineering for your Cloud-Native systems and covers the various aspects that need to be adhered to while moving in that direction such as basic principles, benefits, the LitmusChaos tool in the CNCF ecosystem, the history, the roadmap for the future, and much more to pave your path towards reliability
 
 
 
📚 Book picks
 
www.amazon.com www.amazon.com
 
Powerful Command-Line Applications in Go: Build Fast and Maintainable Tools
 
 
    What you'll learn in this book:
    • How to develop CLI tools that interact with users by using common input/output patterns, including environment variables and flags
    • How to develop cross platform command-line tools that are fast and reliable
    • How to automate tasks, analyze data, parse logs, and talk to network services
    • How to apply Go's rich standard library, built-in support for concurrency, and expressive syntax to develop elegant and efficient tools
    • How to use Go's integrated testing capabilities to automatically test tools and ensure they work reliably across code refactoring
    • How to handle files, manipulate paths, control processes and handle signals
    • How to use a benchmark-driven approach and Go's concurrency primitives to create tools that perform well
    • How to use powerful external libraries such as Cobra to create modern and flexible tools that handle subcommands and interact with databases, APIs, and network services
     
     
     
    ⚙️ Tools, Apps & Software
     
    github.com github.com
     
    OWASP/KubeLight
     
     
    OWASP Kubernetes security and compliance tool [WIP]
     
     
    github.com github.com
     
    yuvalpress/version-notifier
     
     
    Version Notifier is a modern solution for the "being notified" aspect of each Techy's day-to-day work. By using it, you'll be notified for any new global repository release you choose, directly to your Slack / Telegram channel.
     
     
    github.com github.com
     
    asimmon/local-kubernetes-setup
     
     
    Setup a local Kubernetes cluster on any OS with TLS support and nginx as an ingress controller to deploy services on local trusted domains.
     
     
    github.com github.com
     
    miekg/gitopper
     
     
    Gitops for non-Kubernetes folks
     
     
    github.com github.com
     
    kvesta/vesta
     
     
    A static analysis of vulnerabilities, Docker and Kubernetes cluster configuration detect toolkit
     
     

    👉 Spread the word and help developers find and follow your Open Source project by promoting it on FAUN. Get in touch for more information.

     
    🤔 Did you know?
     
     
    ENIAC (Electronic Numerical Integrator and Computer) was the first programmable, electronic, general-purpose digital computer, completed in 1945.
     
     
    😂 Meme of the week
     
     
     
     
    ❤️ Thanks for reading
     
     
    👉 Never miss an issue
    Join FAUN Developer Community and subscribe to our newsletter here.

    👋 Keep in touch and follow us on social media:
    - 💼LinkedIn
    - 📝Medium
    - 🐦Twitter
    - 👥Facebook
    - 📰Reddit
    - 📸Instagram

    👌 Was this newsletter helpful?
    We'd really appreciate it if you could share it with your friends! You can also donate to help us keep this newsletter going.

    ℹ️ Have a question or feedback?
    Feel free to reach out to us at community@faun.dev. We'd love to hear from you!

    🤩 Want to sponsor our newsletter?
    Reach out to us at sponsors@faun.dev and we'll get back to you as soon as possible.