Limit and Quota Management

Contents

    Per container

    Documentation

    Terminology

    apiVersion: apps/v1
    kind: Deployment
    metadata:
      labels:
        run: stressmeout
      name: stressmeout
    spec:
      replicas: 1
      selector:
        matchLabels:
          run: stressmeout
      template:
        metadata:
          labels:
            run: stressmeout
        spec:
          containers:
          - image: vish/stress
            name: stressmeout
            resources:
              limits:
                cpu: "1"
                memory: "1Gi"
              requests:
                cpu: "0.5"
                memory: "500Mi"
            args:
            - -cpus
            - "2"
            - -mem-total
            - "1950Mi"
            - -mem-alloc-size
            - "100Mi"
            - -mem-alloc-sleep
            - "1s"
    

    Other

    Documentation

    Per namespace quota.

    Proudly Powered by Zim 0.75.2.

    Template by Etienne Gandrille, based on ZeroFiveEight and using JQuery Toc Plugin.