× 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
 
Teleport Kubernetes Access
 
 
Consolidate identity-based access to Kubernetes clusters across all environments, meet compliance requirements, and have complete visibility into access and behavior:

👉 Easily secure your Kubernetes clusters using security best practices
👉 Meet compliance requirements (SOC 2, FedRAMP, HIPAA, ISO 27001, PCI and more)
👉 Complete visibility into access and behavior
👉 Secure access that doesn't get in the way
👉 Give an identity to all your microservices, CI/CD automation, and service accounts
👉 Works with everything you have (X.509 certificates, HTTPS, SAML, OpenID connect and others)
👉 Easy to get started

Get started for free.
 
 

👉 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
 
🐾🐾 What's new in FAUN - January 2023
 
 
We're glad to share with you the latest projects we've been working on recently!

ℹ️ Our YouTube channel:
We have never been active on Youtube before, but we're now experimenting with a concept of a weekly short video series that we called "5 Minutes FAUN". We're trying to share as much useful information as possible in a short video. The idea is to be efficient and to the point in each video.

So far, we published around 20 short videos. You can find them here .

These are some series we started so far, more are coming soon:
👉 5 Minutes Golang
👉 5 Minutes Python
👉 5 Minutes DevOps
👉 5 Minutes CloudNative
👉 5 Minutes AI
👉 5 Minutes Kubernetes
👉 5 Minutes Programming
👉 5 Minutes AWS

In less than 2 weeks, we've got:
⭐ 30,000 views
⭐ 500 watch hours
⭐ 200 new subscribers

Some of the most popular videos are:
🔗 Why is Kubernetes Written in Go ?!
🔗 The Real Reason why Go is not so Popular
🔗 Highest Paying Programming Languages
🔗 YAML = Your Abstraction Master Language
🔗 and others!

That's a great start! We're looking forward to growing our Youtube channel and sharing more useful information with you.

Please subscribe to the channel . If there are any topics you'd like us to cover, simply reply to this email or leave a comment on the Youtube channel. We'll do our best to cover them in future videos.


ℹ️ Our Youtube live music stream:
We're also experimenting with a new concept of a live music stream. This month, we launched a new Lo-Fi music live stream on Youtube . Many people listen to this genre of music while coding, so we thought it would be a good idea to create a live stream for our developer community. We're adding new songs to the stream every week.

You can find the stream here .

Are there other music genres you'd like us to stream? Let us know by replying to this tweet .

We're looking forward to growing this stream and sharing more music with you. Please subscribe to the channel. If there are any topics you'd like us to cover, simply reply to this email or leave a comment on the Youtube channel. We'll do our best to cover them in future videos.


ℹ️ FAUN community subreddits:
In addition to the old subreddit /r/DevOpsLinks, we launched multiple others. These subreddits are a place for FAUNers who are also Redditors to share links and start discussions. This is the complete list of the subreddits we have today:

👉 DevOps : /r/DevOpsLinks
👉 CloudNative : /r/CloudNativeLinks
👉 DevSecOps : /r/DevSecOpsLinks
👉 Golang : /r/GolangLinks
👉 Monitoring/Observability : /r/MonitoringLinks
👉 Programming : /r/ProgrammingLinks
👉 Python : /r/PythonLinks
👉 AI/ML : /r/AILinks
👉 Kubernetes : /r/KubernetesLinks

Don't forget to join your favorite subreddits! Let's make them a place to share and discuss the latest news and trends in the DevOps, CloudNative, DevSecOps, Golang, Monitoring, Programming, Python, AI, and Kubernetes ecosystems.

More subreddits are coming soon!

ℹ️ Our coming soon FAUN Topics (Weekly Newsletter):
As you may know, we're working on new weekly FAUN Topics:

👉 Kala: AI Weekly Newsletter.
👉 Secra: Security Weekly Newsletter.

If you'd like to subscribe to these newsletters, head over to FAUN website, click on the top menu, then " Newsletters settings ". You can subscribe to any newsletter you like. You can also unsubscribe from any newsletter you no longer want to receive using the same page.

ℹ️ How to support FAUN?
If you'd like to support FAUN and future projects, you can subscribe or donate here .

Alternatively, follow us on our social media channels, subscribe to our Youtube channel, and share our content with your friends or share your feedback with us by replying to one of our weekly newsletters.
 
 

👉 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
 
about.gitlab.com about.gitlab.com
 
How we improved on-call life by reducing pager noise
 
 
The article describes a problem faced by an on-call SRE team, who were receiving too many pages when there was a service-wide degradation, making it difficult for the on-call to focus on solving the problem.

The team decided to group alerts by service and introduce service dependencies for alerting/paging. They used Prometheus and Alertmanager to group alerts by labels such as "type" and "env" labels. They also updated their Pagerduty and Slack templates to show the right information. This resulted in reducing the number of pages the on-call receives, and allowing them to focus on solving the problem. The article also describes how they addressed the problem of cascading effects when a downstream service starts burning through the error budget.
 
 
specbranch.com specbranch.com
 
Use One Big Server   ✅
 
 
The real issue behind the monoliths vs microservices debate is whether distributed systems are worth the developer time and cost overheads. Virtualization has made servers bigger and cheaper than we think. One server today is capable of serving video files at 800 Gbps, 1 million IOPS on a NoSQL database, 70k IOPS in PostgreSQL, 500k requests per second to nginx and more. The cost of one server ranges from $1,318/month to $6,055/month. The cloud premium is real but if you're going to spend that much on a server, you should probably consider building your own data center.

While cloud computing can provide ease of use and high availability, it also comes with a premium cost. Cloud-native architecture, such as microservices and serverless computing, may not be necessary for most workloads and can be more expensive. It's important to understand your own workload and usage patterns to determine whether the cost of cloud-native architecture is worth it.

Additionally, the more bursty your workload is, the more beneficial cloud-native architecture may be. However, in general, using a few large servers can be more cost-effective and simpler to manage.
 
 
trilio.io trilio.io
 
[INFOGRAPHIC] The True Cost of Downtime: 21 Stats You Need to Know
 
 
Downtime, or when a system or website is unavailable, can be costly for companies. Research shows that each minute of downtime can cost an average of $9,000. The cost continues to rise and some industries, such as banking and finance, healthcare, and manufacturing, have a much higher price tag of up to $5 million per hour.

The cost of downtime varies depending on the size of the organization, the length of the outage, and other factors. To calculate the cost of downtime for your organization, you can use a formula of minutes of downtime multiplied by the cost per minute.
 
 
medium.com medium.com
 
How I turned a cheap weather station into a personal DevOps dashboard   ✅
 
 
In this post, the author discusses how they created a personal weather dashboard using a cheap weather station and various other hardware and software components they already owned.

They used a WS2032 weather station that sends data on a 433 MHz radio frequency, which is picked up by a USB radio receiver. They also used a tool called rtl_433 to parse the data and send messages to an MQTT broker, which is then picked up by Home Assistant and sent to InfluxDB.

Grafana, running on a Synology NAS , is then used to display the data from InfluxDB. The author also includes diagrams and pictures of the setup, as well as information about the cost of the hardware and setup instructions for the different components.
 
 
www.giorgi.dev www.giorgi.dev
 
How Cloudflare Broke My Build and How I Fixed It
 
 
An open-source project failed to build on a continuous integration service due to a failure to upload source code coverage data to coveralls.io. The cause of the failure was found to be Cloudflare, a service provider used by coveralls.io.

The author reached out to coveralls.io support and found that the issue was with double quotes around the boundary directive value in the Content-Type header. The author does not know why Cloudflare treated this as an error.
 
 
 
📺 Quick Hits
 
 
Skyhawk Security has announced the release of its Synthesis Security Platform. The platform provides unique Cloud Threat Detection and Response (CDR) capabilities, across multi-cloud environments.
 
 
Microsoft plans to lay off 10,000 employees as part of broader cost-cutting measures, making it the latest tech company to reduce staff because of growing economic uncertainty.
 
 
Yugabyte, an open source distributed SQL database company, has announced the general availability of YugabyteDB Voyager—a unified database migration solution.
 
 
Chronosphere, a cloud native observability platform has raised an additional $115 million Series C funding. New investors include GV (formerly Google Ventures) and Geodesic Capital, bringing Chronosphere’s total funding to $343 million, and increasing the company’s valuation to $1.6 billion.
 
 
⭐ 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".

 
⚙️ Tools, Apps & Software
 
github.com github.com
 
Allaman/kustomize.nvim
 
 
A Neovim plugin with some useful functions for working with Kustomize
 
 
github.com github.com
 
kubevirt-manager/kubevirt-manager
 
 
Kubevirt Web UI / Web Interface Manager
 
 
github.com github.com
 
StreamOfRon/mastodon-kubernetes-terraform
 
 
"Yep, the repo name is buzzword soup, but this is based on the code used to set up and maintain macaw.social. I wanted to publish this in case it helps others get started with expanding the fediverse."
 
 
github.com github.com
 
leehuwuj/olh
 
 
Open source stack lakehouse
 
 
github.com github.com
 
EladLeev/kubeseal-convert
 
 
A tool for importing secrets from a pre-existing secrets management systems (e.g. Vault, Secrets Manager) into a SealedSecret
 
 

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

 
😂 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.