Git Product home page Git Product logo

demo's Introduction

Task 5.3 (kubectl-ai)

NAME PROMPT DESCRIPTION EXAMPLE
Pod โ€˜appโ€™ create pod 'app' labeled as 'demo' from the docker image gcr.io/k8s-k9s-kub/demo:v2.0.0 with port 'http' 8080 Manifest for creating the pod app.yaml
Liveness probe Reprompt: make this into liveness probe Add liveness probe app-livenessProbe.yaml
Readiness probe Reprompt: make this into readiness probe Add readiness probe app-readinessProbe.yaml
Volume Reprompt: mount volume into this with name 'data' and path '/var/lib/app'
Reprompt: correct volume name to "data", mountPath to "/data", and hostPath
Reprompt: correct volume name to "data", mountPath to "/data", and hostPath should be "/var/lib/app"
Mount volume app-volumeMounts.yaml
Cronjob Reprompt: Create cronjob Create cronjob app-cronjob.yaml
Job Reprompt: create job "app-job" Create job app-job.yaml
Multicontainer pod Reprompt: create multicontainer pod "app-multi-containers" Create multicontainer pod app-multicontainer.yaml
Resources Reprompt: create pod "app-resource" with resources Create pod with resources app-resources.yaml
Environment variables Reprompt: create pod "app-secret-env" with env secrets for USERNAME and PASSWORD Pod with secret values in env vars app-secret-env.yaml

demo's People

Contributors

rublen 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.