Skip to content

Instantly share code, notes, and snippets.

View rkamudhan's full-sized avatar

Kuralamudhan Ramakrishnan rkamudhan

  • Hillsboro, Oregon
View GitHub Profile
@kangasta
kangasta / Dockerfile
Last active March 31, 2021 20:33
Multiple vhostuser ports example with testpmd
FROM ubuntu:bionic
RUN apt-get update && apt-get install -y dpdk;
ENTRYPOINT ["bash"]
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: multus
namespace: kube-system
---
kind: ConfigMap
apiVersion: v1
metadata: