Openshift Deploy
Learn how to deploy Akto on Openshift cluster
Last updated
Was this helpful?
Learn how to deploy Akto on Openshift cluster
Last updated
Was this helpful?
Openshift is RedHat's managed private cluster offering - based on Docker and orchestration by Kubernetes.
Steps to get Akto running on your Openshift cluster -
You can use same steps as to deploy Akto.
to get permissions for traffic connector.
You can use or as your traffic connector.
Add the following to the Daemonset connector -
They listen to
any
interface by default - which might NOT be allowed in some Openshift clusters. If that's the case, contact support@akto.io - we can help listen traffic onbr-ex
interface.
On Openshift, for a pod to be able to listen to node traffic (eg. a daemonset pod), it needs to be assigned some special permissions.
1. Create a Service Account
Create a Security Context Constraint. Substitute <NAMESPACE> with Akto daemonset yaml namespace.
Add SCC to service account