A Machine Learning Model for Detection of Docker-based APP Overbooking on Kubernetes

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

Flashcards on Docker-based APP Overbooking on Kubernetes

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Resource allocation overbooking

Allocates more virtual resources than available on physical hardware, potentially degrading service quality.

2
New cards

Docker in cloud computing environments

Increasingly used due to fast provisioning and deployment, but the impact of resource overbooking remains overlooked.

3
New cards

Machine learning model for overbooking detection

Continuously monitors container OS usage and application performance metrics to detect multi-tenancy interference.

4
New cards

Infrastructure-as-a-Service (IaaS)

A service model where the cloud client acquires a configurable virtual machine (VM) according to its service needs.

5
New cards

Service containerization

Lightweight multi-tenancy structure that shares host OS libraries using a container engine (e.g., Docker) to create isolated spaces.

6
New cards

Overbooking

Allocating more virtual resources than the physical hardware can handle, leveraging idle virtual resources.

7
New cards

Docker engine

Ensures isolation between containers and the host OS through namespaces in Linux.

8
New cards

Kubernetes

Framework that manages the scheduling and deployment of containers in a physical cluster.

9
New cards

Problem Statement

Impact of multi-tenancy on dockerized applications performance must be considered simultaneously with migrated services in IaaS clouds

10
New cards

Machine learning model steps

Composed of Containerized Monitoring and SLI Deviation Detection to monitor application and container OS metrics.

11
New cards

Containerized Monitoring module

Continuously monitors containerized OS and app performance metrics within the docker environment.

12
New cards

APP Collector

Collects application performance metrics within the docker environment.

13
New cards

OS Collector

Collects containerized OS usage metrics.

14
New cards

SLI Deviation Detection

Identifies multi-tenancy issues as a supervised machine learning classification task.

15
New cards

Proposed model

Detects resource overbooking within the client domain with high detection accuracy.