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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions deployments/AKS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Deploy KubeArmor on AKS
nam-jaehyun marked this conversation as resolved.
Show resolved Hide resolved

## 1. Creating an AKS cluster
nam-jaehyun marked this conversation as resolved.
Show resolved Hide resolved
nam-jaehyun marked this conversation as resolved.
Show resolved Hide resolved

- Create a Linux-based AKS cluster

Follow the [Quickstart guide using Azure portal](https://docs.microsoft.com/en-us/azure/aks/learn/quick-kubernetes-deploy-portal)

Note that KubeArmor doesn't work with Windows-based based AKS clusters as it leverages Linux kernel primitives.

- Set up AKS credentials

Follow the [connect to your cluster using Azure CLI guide](https://docs.microsoft.com/en-us/azure/aks/learn/quick-kubernetes-deploy-cli#connect-to-the-cluster) to setup AKS credentials on your system so that kubectl and [karmor](https://github.com/kubearmor/kubearmor-client) can connect with your cluster.

## 2. Deploying KubeArmor

- Follow the [deployment guide](../../getting-started/deployment_guide.md) to install KubeArmor in the cluster.
Loading