kelseyhightower / nocode

The best way to write secure and reliable applications. Write nothing; deploy nowhere.
Apache License 2.0
60.87k stars 4.72k forks source link

How do you run this on nullbernetes ? #2858

Open sokoow opened 5 years ago

sokoow commented 5 years ago

It'd be nice for somebody to write manifests to support nullbernetes and the brand new null kernel namespace.

eduardobaitello commented 5 years ago
apiVersion: v0
kind: Pod
metadata:
  name: nocode
  namespace: null
spec:
  containers:
  - name: no-code
    image: kelseyhightower/nocode:nullest
    resources:
      limits:
        memory: "0Mi"
        cpu: "0m"
      requests:
        memory: "0Mi"
        cpu: "0m"
    command: ["tail"]
    args: ["-f", "/dev/null"]
sokoow commented 5 years ago

@eduardobaitello thank you for this nice show of professionalism in the industry - pull request ? :P