Skip to content

This repo hosts sample code for micro-services running in k8s

Notifications You must be signed in to change notification settings

shubhindia/k8s-probes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s probes

This repository contains the sample code which I used to demo the k8s readiness and liveness probes.

Pre-requisites

  • A working k8s cluster

Steps to deploy the application

  • Clone the repository
  • Run the following command to deploy the golang application
kubectl apply -f manifests/golang-deployment.yaml
  • Run the following command to deploy the python application
kubectl apply -f manifests/python-deployment.yaml

About

This repo hosts sample code for micro-services running in k8s

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published