-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.txt
76 lines (25 loc) · 1.32 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
1. Data -> csv [time.date,cpuUsage,memUage,pod_name,cmRatio]
2. Model -> LinearRegression
3. Result -> Prediction -> correct
4. RealTIme use -> pending
:
* fix git coflict
*** understand the op from the model first
PURPOSE:
TRADITIONAL: HPA,VPA,CA
. Scales based on the CPU or mem usage
. During a flash sale the system might not react after
load increases, potentially leading to temp performamce
degradation
PREDICTIVE: MODEL with COMPONENET
. Uses historical sales data and extracts factors like
marketing campaign schedules to predict the trffic spike
. Scales resources in advance of the flash sale, ensuring s
smooth performanec and user experience throught the
event.
i
Idea -> 1. create a component for the applying the model prediction that can be achieved through py script (chatgpt)
Progess Update -> model -> successfull training
model -> successsfull evluating
model -> successfully predicting
Model -> python/bash script -> Updates the Deployment.yaml