diff --git a/README.md b/README.md index b34a79f819..4900a5c729 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![KubeArmor Logo](.gitbook/assets/logo.png) +![](.gitbook/assets/logo.png) [![Build Status](https://github.com/kubearmor/KubeArmor/actions/workflows/ci-go.yml/badge.svg)](https://github.com/kubearmor/KubeArmor/actions/workflows/ci-go.yml/) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5401/badge)](https://bestpractices.coreinfrastructure.org/projects/5401) @@ -14,8 +14,8 @@ KubeArmor leverages [Linux security modules \(LSMs\)](https://en.wikipedia.org/w | | | |:---|:---| -| :muscle: **[Harden Infrastructure](getting-started/hardening_guide.md)**
:chains: Protect critical paths such as cert bundles
:clamp: MITRE, STIGs, CIS based rules
:left_luggage: Restrict access to raw DB table | :ring: **[Least Permissive Access](getting-started/least_permissive_access.md)**
:traffic_light: Process Whitelisting
:traffic_light: Network Whitelisting
:control_knobs: Control access to sensitive assets | -| :telescope: **[Application Behavior](getting-started/workload_visibility.md)**
:dna: Process execs, File System accesses
:compass: Service binds, Ingress, Egress connections
:microscope: Sensitive system call profiling | :snowflake: **[Deployment Models](getting-started/deployment_models.md)**
:wheel_of_dharma: Kubernetes Deployment
:whale2: Containerized Deployment
:desktop_computer: VM/Bare-Metal Deployment | +| :muscle: **[Harden Infrastructure](getting-started/hardening_guide.md)**
:chains: Protect critical paths such as cert bundles
:clipboard: MITRE, STIGs, CIS based rules
:left_luggage: Restrict access to raw DB table | :ring: **[Least Permissive Access](getting-started/least_permissive_access.md)**
:traffic_light: Process Whitelisting
:traffic_light: Network Whitelisting
:control_knobs: Control access to sensitive assets | +| :telescope: **[Application Behavior](getting-started/workload_visibility.md)**
:dna: Process execs, File System accesses
:compass: Service binds, Ingress, Egress connections
:microscope: Sensitive system call profiling | :snowflake: **[Deployment Models](getting-started/deployment_models.md)**
:wheel_of_dharma: Kubernetes Deployment
:whale2: Containerized Deployment
:desktop: VM/Bare-Metal Deployment | ## Architecture Overview @@ -26,14 +26,14 @@ KubeArmor leverages [Linux security modules \(LSMs\)](https://en.wikipedia.org/w * :point_right: [Getting Started](getting-started/deployment_guide.md) * :dart: [Use Cases](getting-started/use-cases.md) * :heavy_check_mark: [KubeArmor Support Matrix](getting-started/support_matrix.md) -* :medal_sports: [How is KubeArmor different?](getting-started/differentiation.md) +* :medal: [How is KubeArmor different?](getting-started/differentiation.md) * :scroll: Security Policy for Pods/Containers [[Spec](getting-started/security_policy_specification.md)] [[Examples](getting-started/security_policy_examples.md)] * :scroll: Security Policy for Hosts/Nodes [[Spec](getting-started/host_security_policy_specification.md)] [[Examples](getting-started/host_security_policy_examples.md)]
... [detailed documentation](https://docs.kubearmor.io/kubearmor/) ### Contributors :busts_in_silhouette: -* :octocat: [Contribution Guide](contribution/contribution_guide.md) +* :blue_book: [Contribution Guide](contribution/contribution_guide.md) * :technologist: [Development Guide](contribution/development_guide.md), [Testing Guide](contribution/testing_guide.md) * :raising_hand_woman: [Join KubeArmor Slack](https://join.slack.com/t/kubearmor/shared_invite/zt-1ltmqdbc6-rSHw~LM6MesZZasmP2hAcA) * :question: [FAQs](getting-started/FAQ.md) diff --git a/SUMMARY.md b/SUMMARY.md index 483fc22120..63554fbae8 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -6,7 +6,7 @@ * [Getting Started](getting-started/deployment_guide.md) * [Support Matrix](getting-started/support_matrix.md) -* [KubeArmor Differentiation](getting-started/differentiation.md) +* [Differentiation](getting-started/differentiation.md) * [VM/Bare-Metal Deployment](getting-started/kubearmor_vm.md) ## Use-Cases @@ -14,22 +14,20 @@ * [Harden Infrastructure](getting-started/hardening_guide.md) * [Least Permissive Access](getting-started/least_permissive_access.md) * [Application Behavior](getting-started/workload_visibility.md) -* [Use-Cases](getting-started/use-cases.md) +* [Advanced](getting-started/use-cases.md) -## Advanced Documentation +## Documentation * [KubeArmor Events](getting-started/kubearmor-events.md) -* [KubeArmor Telemetry/Visibility Controls](getting-started/kubearmor_visibility.md) +* [Control Telemetry/Visibility](getting-started/kubearmor_visibility.md) +* [Security Posture](getting-started/default_posture.md) * [Policy Spec for Containers](getting-started/security_policy_specification.md) * [Policy Examples for Containers](getting-started/security_policy_examples.md) * [Policy Spec for Nodes/VMs](getting-started/host_security_policy_specification.md) * [Policy Examples for Nodes/VMs](getting-started/host_security_policy_examples.md) +* [FAQs](getting-started/FAQ.md) ## Contribution * [Contribution Guide](contribution/contribution_guide.md) * [Development Guide](contribution/development_guide.md) * [Testing Guide](contribution/testing_guide.md) - -## Misc - -* [FAQs](getting-started/FAQ.md) diff --git a/getting-started/FAQ.md b/getting-started/FAQ.md index 0a4603140c..24c359de72 100644 --- a/getting-started/FAQ.md +++ b/getting-started/FAQ.md @@ -2,42 +2,43 @@

What platforms are supported by KubeArmor? How can I check whether my deployment will be supported?

-* Please check [Support matrix for KubeArmor](default_posture.md). +* Please check [Support matrix for KubeArmor](support_matrix.md). * Use `karmor probe` to check if the platform is supported.

I am applying a blocking policy but it is not blocking the action. What can I check?

+### Checkout Binary Path +If the path in your process rule is not an absolute path but a symlink, policy enforcement won't work. This is because KubeArmor sees the actual executable path in events received from kernel space and is not aware about symlinks. + +Policy enforcement on symbolic links like `/usr/bin/python` doesn't work and one has to specify the path of the actual executable that they link to. + ### Checkout Platform Support -Check `karmor probe` output and check whether `Container Security` is false. If it is false, the KubeArmor enforcement is not supported on that platform. You should check the [KubeArmor Support Matrix](support_matrix.ma) and if the platform is not listed there then raise a new issue or connect to kubearmor community of slack. +Check `karmor probe` output and check whether `Container Security` is false. If it is false, the KubeArmor enforcement is not supported on that platform. You should check the [KubeArmor Support Matrix](support_matrix.md) and if the platform is not listed there then raise a new issue or connect to kubearmor community of slack. ### Checkout Default Posture If you are applying an Allow-based policies and expecting unknown actions to be blocked, please make sure to check the [default security posture](default_posture.md). The default security posture is set to Audit by default since KubeArmor v0.7. -### Checkout Binary Path -If the path in your process rule is not an absolute path but a symlink, policy enforcement won't work. This is because KubeArmor sees the actual executable path in events received from kernel space and is not aware about symlinks. - -So policy enforcement on symbolic links like `/usr/bin/python` doesn't work and one has to specify the path of the actual executable that they link to.

How is KubeArmor different from PodSecurityPolicy/PodSecurityContext?

-Native k8s supports specifying a security context for the pod or container. It requires one to specify native AppArmor, SELinux, seccomp policies. But there are a few problems with this approach: -* All the OS distributions do not support the LSMs consistently. For e.g, [GKE COS](https://cloud.google.com/container-optimized-os/) supports AppArmor while [Bottlerocket](https://aws.amazon.com/bottlerocket/) supports SELinux and BPF-LSM. -* The Pod Security Context expect the security profile to be specified in its native language, for instance, AppArmor profile for AppArmor. SELinux profile if SELinux is to be used. The profile language is extremely complex and this complexity could backfire i.e, it could lead to security holes. -* Security Profile updates are manual and difficult: When an app is updated, the security posture might change and it becomes difficult to manually update the native rules. -* No alerting of LSM violation on managed cloud platforms: By default LSMs send logs to kernel auditd, which is not available on most managed cloud platforms. +Native k8s supports specifying a security context for the pod or container. It requires one to specify native AppArmor, SELinux, seccomp policies. But there are a few problems with this approach: +* All the OS distributions do not support the LSMs consistently. For e.g, [GKE COS](https://cloud.google.com/container-optimized-os/) supports AppArmor while [Bottlerocket](https://aws.amazon.com/bottlerocket/) supports SELinux and BPF-LSM. +* The Pod Security Context expect the security profile to be specified in its native language, for instance, AppArmor profile for AppArmor. SELinux profile if SELinux is to be used. The profile language is extremely complex and this complexity could backfire i.e, it could lead to security holes. +* Security Profile updates are manual and difficult: When an app is updated, the security posture might change and it becomes difficult to manually update the native rules. +* No alerting of LSM violation on managed cloud platforms: By default LSMs send logs to kernel auditd, which is not available on most managed cloud platforms. KubeArmor solves all the above mentioned problems. -* It maps YAML rules to LSMs (apparmor, bpf-lsm) rules so prior knowledge of different security context (native AppArmor, SELinux) is not required. -* It's easy to deploy: KubeArmor is deployed as a daemonset. Even when the application is updated, the enforcement rules are automatically applied. -* Consistent Alerting: KubeArmor handles kernel events and maps k8s metadata using ebpf. -* KubeArmor also runs in systemd mode so can directly run and protect Virtual Machines or Bare-metal machines too. -* Pod Security Context cannot leverage BPF-LSM at all today. BPF-LSM provides more programmatic control over the policy rules. +* It maps YAML rules to LSMs (apparmor, bpf-lsm) rules so prior knowledge of different security context (native AppArmor, SELinux) is not required. +* It's easy to deploy: KubeArmor is deployed as a daemonset. Even when the application is updated, the enforcement rules are automatically applied. +* Consistent Alerting: KubeArmor handles kernel events and maps k8s metadata using ebpf. +* KubeArmor also runs in systemd mode so can directly run and protect Virtual Machines or Bare-metal machines too. +* Pod Security Context cannot leverage BPF-LSM at all today. BPF-LSM provides more programmatic control over the policy rules. * Pod Security Context do not manage abstractions. As an example, you might have two nodes with Ubuntu, two nodes with Bottlerocket. Ubuntu, by default has AppArmor and Bottlerocket has BPF-LSM and SELinux. KubeArmor internally picks the right primitives to use for enforcement and the user do not have to bother explicitly stating what to use.
-

What is visibility that I hear of in KubeArmor and how to get visibility information?

+

What is visibility that I hear of in KubeArmor and how to get visibility information?

KubeArmor, apart from been a policy enforcement engine also emits pod/container visibility data. It uses an eBPF-based system monitor which keeps track of process life cycles in containers and even nodes, and converts system metadata to container/node identities. This information can then be used for observability use-cases. @@ -65,7 +66,9 @@ Sample output `karmor log --json`: ``` Here the log implies that the process /usr/bin/sleep execution by 'zsh' was denied on the Host using a block based host policy. -The logs are also exportable in OpenTelemetry format using [kubearmor/OTel-receiver](https://github.com/kubearmor/OTel-receiver). +The logs are also exportable in [OpenTelemetry format](https://github.com/kubearmor/otel-adapter). + +[Detailed KubeArmor events spec](kubearmor-events.md).