Skip to content

work with non K8s environments#5

Open
DelusionalOptimist wants to merge 8 commits into
masterfrom
ecs-compatibility
Open

work with non K8s environments#5
DelusionalOptimist wants to merge 8 commits into
masterfrom
ecs-compatibility

Conversation

@DelusionalOptimist

@DelusionalOptimist DelusionalOptimist commented Jul 25, 2023

Copy link
Copy Markdown
Contributor
  • 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 rudraksh@accuknox.com

- get full visibility
- no policy support right now

Signed-off-by: Rudraksh Pareek <rudraksh@accuknox.com>
Signed-off-by: Rudraksh Pareek <rudraksh@accuknox.com>
Signed-off-by: Rudraksh Pareek <rudraksh@accuknox.com>
Signed-off-by: Rudraksh Pareek <rudraksh@accuknox.com>
Signed-off-by: Rudraksh Pareek <rudraksh@accuknox.com>
Signed-off-by: Rudraksh Pareek <rudraksh@accuknox.com>
@DelusionalOptimist DelusionalOptimist changed the title work with non container environments: work with non K8s environments Aug 23, 2023
Comment thread common/common.go

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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

Comment thread examples/kubernetes/deployment.yaml Outdated
# - name: "DISCORD_MINIMUMPRIORITY"
# value: "debug"
- name: "RELAYSERVERURL"
value: "http://kubearmor.kube-system.svc.cluster.local:32767"

Copy link
Copy Markdown

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?

Comment thread feeder/relay.go
*/
}

/*

Copy link
Copy Markdown

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.

Comment thread feeder/sidekick.go
"strings"
"time"

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

cannot use personal repos.

DelusionalOptimist and others added 2 commits September 18, 2024 12:45
Signed-off-by: Rudraksh Pareek <rudraksh@accuknox.com>
Signed-off-by: Aryan Bakliwal <aryanbakliwal12345@gmail.com>
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.

3 participants