Skip to content

hpigula/hello-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.Docker

Create simple app(eg. in Pythonie or Node.js), that will:

  • return "Hello DevOps" on / (root Directory)
  • Write Dockerfile to do that
  • Create image and run it locally
  1. K8S (kubernets)

Create:

  • Deployment (1–2 replicas)
  • Service (ClusterIP or NodePort) Make sure the app is working in a Cluster
  1. Helm

Create simple Helm Chart for that app:

  • Deployment and Service as templates
  • values.yaml containing:
    • image.repository
    • image.tag
    • replicaCount
  1. Install app using:

helm install my-app ./chart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors