Skip to content

docs: support for Talos Linux #1702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

rootxrishabh
Copy link
Member

Purpose of PR?:

  • Validate support for Talos Linux
  • Kubearmor was tested on talos linux with docker. Docker serves as the default provisioner and thus shares the host kernel.
  • Kubearmor runs successfully with operator deployment in the kube-system namespace.

Fixes #1540

Does this PR introduce a breaking change?
No
If the changes in this PR are manually verified, list down the scenarios covered::

Additional information for reviewer? :
Mention if this PR is part of any design or a continuation of previous PRs

Checklist:

  • Bug fix. Fixes #
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • PR Title follows the convention of <type>(<scope>): <subject>
  • Commit has unit tests
  • Commit has integration tests

Signed-off-by: rootxrishabh <[email protected]>
@rootxrishabh
Copy link
Member Author

A few pointers -

  • I ran into some issues while enabling AppArmor on my os, couldn't test with that.
  • While testing network segmentation. Karmor discover was not found. However, discovery engine deployment was working fine in the kube-system namespace.

karmor probe output:
Screenshot from 2024-03-24 21-59-58

Signed-off-by: rootxrishabh <[email protected]>
@@ -33,6 +33,7 @@ KubeArmor supports following types of workloads:
| Mirantis | [MKE] | Ubuntu>=20.04 | x86_64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | AppArmor | [1181] |
| Digital Ocean | [DOKS] | Debian GNU/Linux 11 (bullseye) | x86_64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [BPFLSM] | [1120] |
| Alibaba Cloud | [Alibaba] | Alibaba Cloud Linux 3.2104 LTS | x86_64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [BPFLSM] | [1650] |
| Sidero Labs | [TalosLinux] | [Distros] | x86_64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | [BPFLSM] | [TALOS-FAQ] |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not guaranteed to be BPFLSM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Talos linux support
2 participants