cookie

We use cookies to improve your browsing experience. By clicking «Accept all», you agree to the use of cookies.

avatar

CatOps

DevOps and other issues by Yurii Rochniak (@grem1in) - SRE @ Preply && Maksym Vlasov (@MaxymVlasov) - Engineer @ Star. Opinions on our own. We do not post ads including event announcements. Please, do not bother us with such requests!

Show more
Advertising posts
5 760Subscribers
+1824 hours
+397 days
+9630 days

Data loading in progress...

Subscriber growth rate

Data loading in progress...

At last! A new issue of our Voice Chat is out! It took me way longer, because I had to switch from Davinci Resolve to Kdenlive, since Davinci doesn't really work on Linux despite their claims. In any case, here we are. We talked about Jenkins this time: who uses it, why is it still in use, and what alternatives would we use instead. The voice chat is in Ukrainian and is available on: - YouTube - Substack - Spotify - Apple Podcasts - or via a direct RSS feed #voice_chat #cicd #jenkins
Show all...
Jenkins

Цього разу діди наголосували тему Jenkins. Тож обговорюємо чи не першу CI/CD платформу, чому вона досі жива і популярна, а також, які ще варіанти існують на ринку. Музика на початку та в кінці випуску: Metre - Depth Charge

3🔥 2😁 2👍 1
YouTube
Substack
Spotify
Apple Podcasts
RSS feed
Support Ukraine 🇺🇦
For today's Donations Monday together with AWS Notes and UA Responders we are raising funds for rehabilitation of our warriors. After the time in hospitals additional rehabilitation is still required for those who lost their limbs or eyesight. The goal of this fundraiser is to provide additional recovery courses for these people. You can donate to the Monobank Jar: https://send.monobank.ua/jar/4H6tH9GEPR Or via a speacial Stripe link (Monobank jars do not always work with non-Ukrainian cards, at least for me). https://bit.ly/43GbxKj #donations #Ukraine
Show all...
Безпечний переказ коштів

Надсилайте безкоштовно та безпечно кошти

5👍 3
Monobank Jar
Stripe link
Other ways to support Ukraine 🇺🇦
Two small security-related articles for you today. - About vulnerabilities in AI and ML applications. tl;dr: with the raise of popularity of AI/ML applications, the number of potential security holes raises as well. Especially interesting is the fact, that sometimes hackers exploit the same attack vectors that were used against the web applications long ago and were mostly mitigated since then. - A small excerpt from the DevOpsSec report if you'd rather stick with an "old and prooven" technology, there are some bad news for you as well - according to the DevSecOps2024 report, 90% of Java services have vulnerabilities. #security
Show all...
Vulnerabilities for AI and ML Applications are Skyrocketing

In their haste to deploy LLM tools, organizations may overlook crucial security practices. The rise in threats like Remote Code Execution indicates an urgent need to improve security measures in AI development.

🔥 3
Vulnerabilities for AI and ML Applications are Skyrocketing
90% of Java Services in Production Have Vulnerability Risk, DevSecOps Report Finds
Support Ukraine 🇺🇦
A couple of articles on how to improve your CLI experience. - 7 Amazing CLI Tools You Won't Be Able To Live Without - I really enjoyed this one and borrowed some configuration from there. It also comes with a complimentary video, so you can see those configs in action. - How I setup my terminal for max productivity - came in the Substack email today. This is basically just a list of many CLI tools, some of them are useful, others less so. You may find something for you there, though. #cli #productivity
Show all...
7 Amazing CLI Tools You Won't Be Able To Live Without

These are 7 amazing cli tools that are incredibly helpful when working on the terminal. There's no going back once you try them!

3🔥 1
7 Amazing CLI Tools You Won't Be Able To Live Without
How I setup my terminal for max productivity
Support Ukraine 🇺🇦
Ha! I was sure I shared this article with y'all before, but when I tried to find it on the channel today, I was unable to. In any case, even it was here, it won't hurt to repeat it. So, here it is - Kubernetes: EKS, Calico and custom Admission Webhooks. This article sheds some light on the EKS networking. The gist is that if you use anything except the native VPC CNI, your control plane pods (API, scheduler, etc.) and workload pods will end up in different networks, because you cannot install any custom pods into the control plane. Unless you use admission webhooks, you probably won't even notice; but if you do, API won't be able to contact your admission controller pods without some workarounds. This is the nature of managed services: you gain something - you loose something. #kubernetes #eks #aws
Show all...
Kubernetes: EKS, Calico and custom Admission Webhooks

Timeout problems

Kubernetes: EKS, Calico and custom Admission Webhooks
Support Ukraine 🇺🇦
​​For today’s Donations Monday I would like to remind you about the UA Responders foundation that raises funds for medical equipment. I know these folks personally, so I can vouch for them. #donations #Ukraine
Show all...

UA Responders
Other ways to support Ukraine 🇺🇦
A fresh issue of the CatOps Digest is here: https://newsletter.catops.dev/p/catops-digest-2024-04-21 #digest #newsletter
Show all...
CatOps Digest 2024-04-21

What was on CatOps in the last few weeks

👍 4 1
CatOps Digest 2024-04-21
Support Ukraine 🇺🇦
Some lightweight read for you on Friday. From the 80's to 2024 - how CI tests were invented and optimized sneak peeks into the history of automated testing. And evaluates possible future avenues where testing strategies could go. Fun fact: Jenkins is apparently 20 years old. I didn't know that :D Another fun fact: we had a voice chat about Jenkins recently. Yet, I still need to find some moral power to edit it. #cicd
Show all...
From the 80's to 2024 - how CI tests were invented and optimized

While Google started automating its build tests in 2003, the engineering industry took longer to do the same. But automation was sorely needed: Software systems are growing larger and ever more complex… To make matters worse, new versions are pushed to users frequently, sometimes multiple times each day. This is a far cry from the world of shrink-wrapped software that saw updates only once or twice a year. The ability for humans to manually validate every behavior in a system has been unable to keep pace with the explosion of features and platforms in most software. - Software Engineering at Google

https://abseil.io/resources/swe-book/html/ch11.html#testing_overview

Add author/source Sun Microsystem’s engineer, Kohsuke Kawaguchi, was key to ushering in the next era of testing. In 2004, he created “Hudson”

https://community.jenkins.io/t/lets-thank-kohsuke-the-creator-of-jenkins/168

(later renamed to Jenkins in fun Oracle drama). At his day job, Kohsuke “got tired of incurring the wrath of his team every time…

🔥 3
How CI tests were invented and optimized
Support Ukraine 🇺🇦
If you work with Kubernetes, there won't be any new information for you. However, when you encounter a namespace stuck in the "Termination" state the first time, it might be dumbfounding. This article describes what to do in such situations. Also, it's good to learn about finalizers at some point anyway. #kubernetes
Show all...
Resolve Stuck Namespaces in Kubernetes: A Step-by-Step Tutorial

🔥 3
Resolve Stuck Namespaces in Kubernetes: A Step-by-Step Tutorial
Support Ukraine 🇺🇦
I'm no Azure user - this thing came from the chat. Azure has a collection of verified modules for Terraform and Bicep (their own IaC tool). So, if you happened to work with Azure, check it out! Maybe, it could make your life a bit easier. #iac #terraform #azure
Show all...
👍 3
Azure Verified Modules
Support Ukraine 🇺🇦