Salim Jay.

Security Consultant

Penetration Tester

Linux Administrator

DevOps

Salim Jay.

Security Consultant

Penetration Tester

Linux Administrator

DevOps

Author: admin

September 29, 2022 How to install Jenkins on Docker

Docker emerged victorious in the battle for universal application packages. Every major operating system supports Docker images, all cloud providers support deploying Docker images, and every major tool or platform offers an official Docker image. Jenkins is no exception, providing the image jenkins/jenkins. In this post you’ll learn how to run Jenkins from a Docker…

September 29, 2022 Cloud Autoscaling Explained | Complete Overview of Scaling in the Cloud

What is Cloud Scaling? In cloud computing, scaling is the process of adding or removing compute, storage, and network services to meet the demands a workload makes for resources in order to maintain availability and performance as utilization increases. Scaling generally refers to adding or reducing the number of active servers (instances) being leveraged against…

September 29, 2022 What is autoscaling? Cloud autoscaling explained

What is autoscaling? Autoscaling provides users with an automated approach to increase or decrease the compute, memory or networking resources they have allocated, as traffic spikes and use patterns demand. Without autoscaling, resources are locked into a particular configuration that provides a preset value for memory, CPU and networking that does not expand as demand…

September 29, 2022 Autoscaling guidance – Best practices for cloud applications

Article 05/11/2022 15 minutes to read 15 contributors In this article Autoscaling is the process of dynamically allocating resources to match performance requirements. As the volume of work grows, an application may need additional resources to maintain the desired performance levels and satisfy service-level agreements (SLAs). As demand slackens and the additional resources are no…