Giter Site home page Giter Site logo

anutosh491 / kubearmor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kubearmor/kubearmor

0.0 0.0 0.0 22.18 MB

Cloud-native Runtime Security Enforcement System

Home Page: https://kubearmor.io/

License: Apache License 2.0

Shell 16.29% C 4.42% Go 75.82% Makefile 2.87% Dockerfile 0.60%

kubearmor's Introduction

KubeArmor

KubeArmor Logo

Introduction to KubeArmor

Build Status Slack Discussions

KubeArmor is a cloud-native runtime security enforcement system that restricts the behavior (such as process execution, file access, and networking operation) of containers and nodes (VMs) at the system level.

KubeArmor operates with Linux security modules (LSMs), meaning that it can work on top of any Linux platforms (such as Alpine, Ubuntu, and Container-optimized OS from Google) if Linux security modules (e.g., AppArmor, SELinux, or BPF-LSM) are enabled in the Linux Kernel. KubeArmor will use the appropriate LSMs to enforce the required policies.

KubeArmor allows operators to define security policies and apply them to Kubernetes. Then, KubeArmor will automatically detect the changes in security policies from Kubernetes and enforce them to the corresponding containers and nodes. Also, KubeArmor provides KVMService that allows orchestrating security policies to VMs for non-k8s environments.

If there are any violations against security policies, KubeArmor immediately generates alerts with container identities. If operators have any logging systems, it automatically sends the alerts to their systems as well.

KubeArmor High Level Design

Functionality Overview

  • Restrict the behavior of containers and nodes (VMs) at the system level

    Traditional container security solutions (e.g., Cilium) protect containers by determining their inter-container relations (i.e., service flows) at the network level. In contrast, KubeArmor prevents malicious or unknown behaviors in containers by specifying their desired actions (e.g., a specific process should only be allowed to access a sensitive file). KubeArmor also allows operators to restrict the behaviors of nodes (VMs) based on node identities.

  • Enforce security policies to containers and nodes (VMs) in runtime

    In general, security policies (e.g., Seccomp and AppArmor profiles) are statically defined within pod definitions for Kubernetes, and they are applied to containers at creation time. Then, the security policies are not allowed to be updated in runtime. In addition, there is no way to define security policies for nodes in Kubernetes.

    To address those problems, KubeArmor maintains security policies separately; security policies are no longer tightly coupled with containers. Then, KubeArmor directly applies the security policies into Linux security modules (LSMs) for each container according to the labels of given containers and security policies. Similiarly, KubeArmor directly enforces security policies to nodes (VMs) as well.

  • Produce container-aware alerts and system logs

    LSMs do not have any container-related information; thus, they generate alerts and system logs only based on system metadata (e.g., User ID, Group ID, and process ID). Therefore, it is hard to figure out what containers cause policy violations.

    For this reason, KubeArmor 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 when LSMs generate alerts and system logs for any policy violations from containers and nodes (VMs).

  • Provide easy-to-use semantics for policy definitions

    KubeArmor provides the ability to monitor the life cycles of containers' processes and take policy decisions based on them. In general, it is much easier to deny a specific action, but it is more difficult to allow only specific actions while denying all. KubeArmor manages internal complexities associated with handling such policy decisions and provides easy semantics towards policy language.

  • Support network security enforcement among containers

    KubeArmor aims to protect containers and nodes (VMs) themselves rather than inter-container/inter-node communications. However, using KubeArmor a user can add policies that could apply policy settings at the level of network system calls (e.g., bind(), listen(), accept(), and connect()), thus somewhat controlling interactions among containers and nodes (VMs).

Getting Started

Please take a look at the following documents.

  1. Getting Started
  2. Security Policy Specification for Containers
  3. Security Policy Examples for Containers
  4. Security Policy Specification for Nodes (VMs)
  5. Security Policy Examples for Nodes (VMs)

If you want to make a contribution, please refer to the following documents too.

  1. Contribution Guide
  2. Development Guide
  3. Testing Guide

Community

Biweekly Meetup

Slack

Please join the KubeArmor Slack channel to communicate with KubeArmor community. We always welcome having a discussion about the problems that you face during the use of KubeArmor.

License

KubeArmor is licensed under the Apache License, Version 2.0.
The eBPF-based container monitor is licensed under the General Public License, Version 2.0.

Notice/Credits

CNCF

KubeArmor is Sandbox Project of the Cloud Native Computing Foundation CNCF SandBox Project

kubearmor's People

Contributors

dku-boanlab avatar nam-jaehyun avatar nyrahul avatar daemon1024 avatar oneiro-naut avatar seswarrajan avatar elfadel avatar seungsoo-lee avatar weirdwiz avatar ankurk99 avatar geyslan avatar h3llix avatar namdeirf avatar seungsoolee2110 avatar asifalix avatar delusionaloptimist avatar slayer321 avatar achrefbensaad avatar erenyeager713 avatar ravkishu avatar snyk-bot avatar viveksahu26 avatar humancalico avatar musaddikaccuknox avatar sujithkasireddy avatar cbvenkatareddy avatar sayantani11 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.