Tag: Devops
-
Building microservices using Terraform, Ansible, Docker, Docker Compose, and Github Actions
Posted on December 23, 2022, Level intermediate Resource Length medium
Perform an emergency safety check to quickly disconnect apps and people from your iPhone. By Shubham Agarwal.
Tags devops ansible app-development cloud
-
Building a CI pipeline for Kotlin Multiplatform Mobile using GitHub actions
Posted on December 18, 2022, Level intermediate Resource Length medium
When evaluating a Kotlin Multiplatform solution, it was very important to our team that we understand how we could build a CI/CD pipeline for the project. It needed to be easy for our team to push changes and build a new version of the project. By Nate Ebel, Android Engineer.
Tags kotlin devops open-source cloud cicd
-
The hidden costs of serverless observability
Posted on December 12, 2022, Level beginner Resource Length medium
The growing popularity of serverless architectures has led to an increased need for solutions to the modern challenges of microservice observability—one of the most critical components for running high-performing, secure, and resilient serverless applications By @DeveloperSteve.
Tags serverless app-development web-development devops microservices
-
How to boost SRE productivity with observability-driven DevOps
Posted on December 11, 2022, Level beginner Resource Length medium
Observability-driven DevOps and SRE automation can help enterprises achieve SLO goals and reduce MTTR. But, how do you get started? By Rob Jahn.
Tags performance app-development web-development devops
-
Five ways to harden your Linux server with Ansible
Posted on December 7, 2022, Level beginner Resource Length medium
Automation allows you to apply compliance and security policies consistently across your servers, verify compliance, and remediate servers. By Ricardo Gerardi.
Tags linux cloud infosec devops
-
Ten essential cloud DevOps tools for AWS
Posted on December 6, 2022, Level beginner Resource Length medium
Building, testing, and monitoring applications in the cloud is a unique challenge. While many organizations have embraced a DevOps methodology, their DevOps machine is still not at the level of maturity they might like it to be. According to a recent survey, 53% work on a team with a 'low level' of DevOps based on maturity factors. By Dave Armlin.
Tags apis cloud devops web-development aws
-
NGINX ingress controller hardening guide
Posted on November 27, 2022, Level intermediate Resource Length short
This guide describes, what of the different configurations described in those guides is already implemented as default in the nginx implementation of kubernetes ingress. By @kubernetes.github.io.
Tags nginx infosec devops cloud distributed apis servers
-
NGINX WAF and Kubernetes WAF options (App Protect vs. open-appsec)
Posted on November 26, 2022, Level intermediate Resource Length short
Until 2022, NGINX supported the well-known ModSecurity open-source WAF solution and OWASP Core RuleSet Signatures. However, following Trustwaves End-of-Life notice about ModSecurity, and possibly related also to the acquisition of NGINX by F5, NGINX announced in May 2022 that it will end of life ModSecurity, leaving NGINX open-source with no open-source security solution. By Christopher Lutat.
Tags infosec devops cloud nginx servers
-
Service exhaustion floods — HTTP/HTTPS flood, HTTP pipelining, and SSL renegotiation DDoS attack
Posted on November 25, 2022, Level beginner Resource Length medium
On 1 June 2022, a Google Cloud Armor customer was hit with a Distributed denial-of-service (DDoS) attack over the Hypertext Transfer Protocol Secure (HTTPS) protocol that reached 46 million requests per second (RPS), making it one of the largest ever recorded Layer 7 DDoS attacks reported this year. By Debashis Pal.
Tags infosec ssl app-development cloud cio devops
-
Flutter CI/CD using GitHub Actions
Posted on November 23, 2022, Level intermediate Resource Length medium
We are in a state where companies are releasing software and solutions within minutes, and they are doing so by following the Continuous integration (CI) and continuous delivery (CD) set of operating principles. By Himanshu Sharma.
Tags devops cicd app-development javascript android
-
How Pub/Sub eliminates boring meetings and makes your systems scale
Posted on November 21, 2022, Level intermediate Resource Length medium
So, you've said goodbye to the monolithic application and refactored it into services. You are shipping faster and the code is cleaner. But the complexity of communication between the services is causing performance issues. And every time a new team needs to integrate, it's a whole lot of meetings. By Priyanka Vergadia, Kir Titievsky.
Tags devops software-architecture code-refactoring messaging queues
-
Full end-to-end deployment of a machine learning algorithm into a live production environment
Posted on November 12, 2022, Level intermediate Resource Length long
Older article will guide you through how to use scikit-learn, pickle, Flask, Microsoft Azure and ipywidgets to fully deploy a Python machine learning algorithm into a live, production environment. By Graham Harrison.
Tags big-data data-science devops