DevBrainOps
110 subscribers
99 photos
5 videos
23 files
226 links
The group whose goal is to find the best approaches and solve problems of #DevOps practice.
Download Telegram
a conference was held in Berlin from aws. I want to say a few words after visiting it:
🦄 well organized, good presentation of reports, there were many booths with external partners
🙅‍♂️ all the reports were very abstract in my opinion and not interesting from technical part, many people that lead lack of oxygen
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2
Platform for managing multi-cloud and hybrid-cloud Kubernetes clusters with support for nodepools across different cloud-providers and on-premise data centers

https://github.com/berops/claudie/tree/master
👍2
Testing system functionality is a crucial step in software development and engineering processes.

It ensures that a system or software application performs as expected, meets user requirements, and operates reliably.

Here we delve into the best ways:

1.Unit Testing: Ensures individual code components work correctly in isolation.
2.Integration Testing: Verifies that different system parts function seamlessly together.
3. System Testing: Assesses the entire system's compliance with user requirements and performance.
4. Load Testing: Tests a system's ability to handle high workloads and identifies performance issues.
5. Error Testing: Evaluates how the software handles invalid inputs and error conditions.
6. Test Automation: Automates test case execution for efficiency, repeatability, and error reduction.
👍2
👍1
#DevOps #Engineer: I automate everything and keep the systems running smoothly.

#Platform #Engineer: I build and maintain the infrastructure that powers everything.

What the hiring team sees in both cases: Server man

The confusion is sadly real.

This matrix may help to understand the basic boundaries 🤓
🔥1
🐸 𝗦𝗼, 𝘄𝗵𝗮𝘁 𝗶𝘀 𝗞𝘂𝗯𝗲𝗿𝗻𝗲𝘁𝗲𝘀 (𝗞𝟴𝘀)?
Today we look into the Kubernetes system from a bird's eye view.

𝗦𝗼, 𝘄𝗵𝗮𝘁 𝗶𝘀 𝗞𝘂𝗯𝗲𝗿𝗻𝗲𝘁𝗲𝘀 (𝗞𝟴𝘀)?
☀️It is a container orchestrator that performs the scheduling, running and recovery of your containerised applications in a horizontally scalable and self-healing way.

Kubernetes architecture consists of two main logical groups:
🔵Control plane - this is where K8s system processes that are responsible for scheduling workloads defined by you and keeping the system healthy live.
🟣Worker nodes - this is where containers are scheduled and run.

#devops #kubernetes #infrastructure
🔥1