Tag: Devops
-
Faster MQTT data collection with InfluxDB
Posted on November 11, 2022, Level intermediate Resource Length long
Native MQTT eliminates the need to write custom code, orchestrate additional technology layers or incorporate additional hosting services. By By Jason Myers.
Tags database app-development web-development devops
-
Message routing and topics, thought shift
Posted on November 3, 2022, Level beginner Resource Length long
A lot has changed - Memory, Storage, and CPU are cheaper and available on demand. Cloud technologies have also disrupted this domain; we now have Infrastructure as a Service (IaaS) - Scaling, Load Balancing, and DR responsibilities have been delegated to the Cloud service providers. By Giri Venkatesan.
Tags cio app-development messaging devops event-driven
-
Why traditional logging and observability waste developer time
Posted on October 31, 2022, Level intermediate Resource Length long
The ability to jump directly to a specific line of code that caused an error, without restarting, redeploying or adding more code, is where the magic happens in shift-left observability. By Shahar Fogel.
Tags programming app-development messaging devops
-
How to balance virtual machine traffic with Kubernetes services
Posted on October 24, 2022, Level intermediate Resource Length medium
Kubernetes service constructs create highly available services in mixed container and VM environments without any external components. By Fatih Nar (Navigator, Red Hat), Rimma Iontel (Red Hat).
Tags devops microservices app-development kubernetes
-
Exploring the JWT attacks landscape
Posted on October 22, 2022, Level intermediate Resource Length medium
Due to its popularity, JWT attacks are one of of the most exploited vulnerability by attackers. Each JWT contains base64 encoded JSON objects. By Aamir Ahmed.
Tags infosec devops web-development app-development
-
How to fix and debug Docker Containers like a superhero
Posted on October 21, 2022, Level intermediate Resource Length medium
While containers help developers rapidly build and run cross-platform applications, creating error-free apps remains a constant challenge. And while it's not always obvious how container errors occur, this mystery is even harder for newer developers to unravel. Figuring out how to debug Docker containers can seem daunting. By Tyler Charboneau.
Tags devops containers cloud docker
-
What are 4 golden signals for monitoring Kubernetes?
Posted on October 19, 2022, Level intermediate Resource Length medium
Golden Signals are the meaningful data insights that we use for monitoring and observability of a system. They are the signals vs. noise that can help guide us towards what's affecting the health of the environment. By Roland Wolters.
Tags devops kubernetes infosec app-development
-
Azure PostgreSQL Flexible Server exciting new backup and restore enhancements
Posted on October 17, 2022, Level beginner Resource Length medium
Backup and restore are key pillars for business continuity and disaster recovery offerings for Azure Database for PostgreSQL Flexible Server. We're excited to announce new features including Fast Restore, Geo Restore and Custom Restore Points to allow you more fine-grained control on your DR plan to achieve the RPO and RTO objectives. In this post we'll share an overview of each of these new features. By Varun Dhawan.
Tags database azure mysql devops
-
Manage Kubernetes cluster with Terraform and Argo CD
Posted on October 7, 2022, Level intermediate Resource Length medium
In this article, you will learn how to create a Kubernetes cluster with Terraform and then manage it with Argo CD. Terraform is very useful for automating infrastructure. On the other hand, Argo CD helps us implement GitOps and continuous delivery for our applications. It seems that we can successfully combine both these tools. Let's consider how they can help us to work with Kubernetes in the GitOps style.
Tags cicd devops apis kubernetes cio
-
Introducing Kueue
Posted on October 6, 2022, Level intermediate Resource Length medium
In this article, we introduce Kueue, an open source job queueing controller designed to manage batch jobs as a single unit. Kueue leaves pod-level orchestration to existing stable components of Kubernetes.
Tags cicd devops apis kubernetes
-
Implement DevSecOps to secure your CI/CD pipeline
Posted on October 5, 2022, Level intermediate Resource Length medium
Before understanding DevSecOps, let's understand what is DevOps. DevOps is the combination of cultural philosophies, practices, and tools that increase an organization's ability to deliver applications and services at high velocity. In fast-moving projects, security often lags behind and given low priority which may lead to buggy code and hacks. Let's see how we can reduce the risk of attack by integrating security in our DevOps pipeline. By Alok Maurya.
Tags cicd devops app-development infosec cio web-development
-
Semantic versioning with CI/CD
Posted on October 4, 2022, Level beginner Resource Length medium
Updates introducing a breaking change are unwelcome, especially when this happens without warning. Semantic versioning is one of the most popular solutions for this. By Tomas Fernandez.
Tags cicd devops app-development web-development