1
1
---
2
2
title : " Hybrid Meetup #48 wrap-up"
3
- date : 2025-02-25T13 :00:00+01:00
4
- draft : true
3
+ date : 2025-03-12T08 :00:00+01:00
4
+ draft : false
5
5
tags :
6
6
- summary
7
7
- meetup
@@ -29,19 +29,19 @@ focussed on container/cluster security and was acquired by Red Hat in
29
29
There are three security layers on the cluster:
30
30
31
31
* build time (CVE handling, image checks, ...); supported by [ roxctl] ( https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.0/html-single/roxctl_cli/index#check-policy-compliance_cli-getting-started )
32
- * deploy time (admission controllor )
32
+ * deploy time ([ admission controller ] ( https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/ ) )
33
33
* runtime (agent collecting telemetry from nodes)
34
34
35
35
Interestingly, the core application can run on a single node, using a single
36
36
Postgres instance (up to 300GB); vertically scaled to (in the order of) 32
37
- cores, 64GB RAM. While this can be a bottleneck, clusters up to 3000 nodes and
38
- 40,000 cores are well supported by the application.
37
+ cores and 64GB RAM. While this can be a bottleneck, clusters up to 3000 nodes and
38
+ 40,000 cores are currently well supported by the application.
39
39
40
40
Some compute intensive parts of the application include the database, spikes
41
41
from user queries, long running queries or analytics.
42
42
43
43
StackRox will use other tools, such as [ falco] ( https://falco.org/ )
44
- ([ source] ( https://github.com/falcosecurity/falco ) ).
44
+ ([ source] ( https://github.com/falcosecurity/falco ) ) for event [ monitoring ] ( https://falco.org/docs/#what-does-falco-check-for ) .
45
45
46
46
> At its core, Falco is a kernel monitoring and detection agent that observes
47
47
> events, such as syscalls, based on custom rules. Falco can enhance these
@@ -63,10 +63,11 @@ We briefly looked at [criu](https://criu.org/Main_Page):
63
63
> this functionality, application or container live migration, snapshots,
64
64
> remote debugging, and many other things are now possible.
65
65
66
- ...
67
-
68
66
More on that topic:
69
67
70
68
* [ Forensic Analysis of Container Checkpoints - DevConf.CZ 2023] ( https://www.youtube.com/watch?v=pySOkAqlGtY )
71
69
* [ Forensic container checkpointing and analysis] ( https://www.youtube.com/watch?v=hpoWOc8QAzU ) (ASG23)
72
70
71
+ Thanks again to
72
+ [ Simon] ( https://www.linkedin.com/in/simon-b%C3%A4umer-a61042177/ ) for the great
73
+ high-level archtectural overview.
0 commit comments