Skip to content
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

Testing KubeArmor with AKS #721

Conversation

DelusionalOptimist
Copy link
Member

Signed-off-by: Rudraksh Pareek [email protected]

Fixes #215

KubeArmor supports AKS clusters out of the box.

Summary:

  • KubeArmor info:
    • Version - stable
    • Installed using karmor install
    • karmor version - v0.7
  • Cluster info:
    • Kubernetes version - v1.23.5
    • Kernel version - 5.4.0-1078-azure
    • OS - Ubuntu 18.04 LTS
    • Container runtime - containerd://1.5.11+azure-1
    • systemd --version output -
       systemd 237
       +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid
      
    • No. of nodes - 1
    • Node VM - B2s (2 vCPU, 4 GB Memory)
  • Tests done:
  • Created deployment manifest for AKS. (AKS is similar to generic deployments)
  • Updated getting started guide.

@DelusionalOptimist
Copy link
Member Author

@nam-jaehyun @nyrahul @daemon1024 please review : )

Copy link
Contributor

@nyrahul nyrahul left a comment

Choose a reason for hiding this comment

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

Great work. Great to know that AKS is readily supported.

getting-started/deployment_guide.md Outdated Show resolved Hide resolved
deployments/AKS/kubearmor.yaml Show resolved Hide resolved
@nam-jaehyun
Copy link
Collaborator

@DelusionalOptimist does AKS use Ubuntu by default? can you also create the YAML file for AKS by using deploygen?
It would mean that you need to update deploygen to create the YAML file.

deployments/main.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@nam-jaehyun nam-jaehyun left a comment

Choose a reason for hiding this comment

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

After updating README.md, let's make the commits to a single one.
Then, let's merge it.

deployments/AKS/README.md Show resolved Hide resolved
@DelusionalOptimist DelusionalOptimist force-pushed the DelusionalOptimist/test/AKS-support branch from 8166aba to 2f1416c Compare May 31, 2022 07:12
@nyrahul nyrahul added this to the v0.5 milestone May 31, 2022
Copy link
Collaborator

@nam-jaehyun nam-jaehyun left a comment

Choose a reason for hiding this comment

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

LGTM

@nyrahul nyrahul requested a review from Ankurk99 June 2, 2022 15:10
Copy link
Member

@Ankurk99 Ankurk99 left a comment

Choose a reason for hiding this comment

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

LGTM

@nyrahul nyrahul merged commit fe1ccb3 into kubearmor:main Jun 3, 2022
@DelusionalOptimist DelusionalOptimist deleted the DelusionalOptimist/test/AKS-support branch June 13, 2023 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test KubeArmor on Azure (AKS)
4 participants