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

work with non K8s environments #5

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

DelusionalOptimist
Copy link
Member

@DelusionalOptimist DelusionalOptimist commented Jul 25, 2023

  • Get full visibility for host based (not in a container) and unorchestrated container environments.
  • Get policy enforcement for container environments. (Not hosts right now but is easy to do)
  • Make KubeArmor the client which pushes to Relay.
  • Documentation updates

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

- get full visibility
- no policy support right now

Signed-off-by: Rudraksh Pareek <[email protected]>
Signed-off-by: Rudraksh Pareek <[email protected]>
Signed-off-by: Rudraksh Pareek <[email protected]>
Signed-off-by: Rudraksh Pareek <[email protected]>
Signed-off-by: Rudraksh Pareek <[email protected]>
Signed-off-by: Rudraksh Pareek <[email protected]>
@DelusionalOptimist DelusionalOptimist changed the title work with non container environments: work with non K8s environments Aug 23, 2023
common/common.go Outdated
Copy link

Choose a reason for hiding this comment

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

Add license header to the code files.

# relay server
kubearmor-relay-server:
# REQUIRED FIELDS
image: delusionaloptimist/kubearmor-relay-server:latest
Copy link

Choose a reason for hiding this comment

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

This docker repo needs to change before merging.

container_name: bluelock
build:
context: .
image: delusionaloptimist/bluelock:latest
Copy link

Choose a reason for hiding this comment

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

Docker repo needs to change before merging

# - name: "DISCORD_MINIMUMPRIORITY"
# value: "debug"
- name: "RELAYSERVERURL"
value: "http://kubearmor.kube-system.svc.cluster.local:32767"
Copy link

Choose a reason for hiding this comment

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

Can we not use kube-system namespace for kubearmor deployment?

*/
}

/*
Copy link

Choose a reason for hiding this comment

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

Lets delete the commented code since this is a security requirement.

@@ -10,6 +10,7 @@ import (
"strings"
"time"

cfg "github.com/daemon1024/bluelock/config"
Copy link

Choose a reason for hiding this comment

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

cannot use personal repos.

Signed-off-by: Rudraksh Pareek <[email protected]>
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.

2 participants