Giter Site home page Giter Site logo

k8s-yaml's Introduction

NAME PROMPT DESCRIPTION EXAMPLE
app.yaml Create pod deployment of nginx with name 'ngx_app', label 'app: nginx', 'run:nginx' create pod nginx app.yaml
app-livenessProbe.yaml Create pod deployment of nginx with livenessprobe and set resource limits for nginx application pod with livenessProbe app-livenessProbe.yaml
app-readinessProbe.yaml Create pod deployment of nginx with readinessprobe and livenessprobe and set resource limits for nginx application pod with livenessProbe and readinessprob app-readinessProbe.yaml
app-volumeMounts.yaml Create pod deployment of nginx with livenessprobe, set resource quotas for nginx application and add volummeMounts with volume name 'data' pod with volumeMounts app-volumeMounts.yaml
app-cronjob.yaml Create cronjob which will run every 5 minute bash echo message 'hello world', container have to be alpine cretate cronjob app-cronjob.yaml
app-job.yaml Create job which will copy data from google cloud storage to mount path '/data/input' create Job app-job.yaml
app-multicontainer.yaml Create mupticontainer deployment where first container is nginx, second is debian, nginx container have volumeMount 'html' with path '/usr/share/nginx/html', debian have vilumeMount 'html' with path 'html', and running bash command which write date and time in /html/index.html create multicontainer app-multicontainer.yaml
app-resources.yaml Create pod deployment of nginx with readinessprobe and livenessprobe and set resource limits for nginx application create resources app-resources.yaml
app-secret-env.yaml Create pod deployment of couchdb with environment variables 'SECRET_USERNAME' and 'SECRET_PASSWORD' create secret-env app-secret-env.yaml

k8s-yaml's People

Contributors

ivankoshak-fluke avatar ikoshak avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.