Skip to content

Check Certificate expiration and notify to Slack using Kubeless

Notifications You must be signed in to change notification settings

ankurpshah/ssl_certificate_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssl_certificate_check

Check Certificate expiration and notify to Slack using Kubeless

Pre-requisite

Installation

  • Run one of following command to install serverless-kubeless plugin.
npm install -g serverless-kubeless

or

sls plugin install -n serverless-kubeless

Configuration

  • To adding multiple domain for SSL certificate check, add domain exactly in DOMAIN_LIST envrionment variable in serverless.yml. (comma seperated) for e.g.:
DOMAIN_LIST="ankurpshah.com,example.com"
  • Configure appropriate SLACK_WEB_HOOK URL and SLACK_CHANNEL_NAME in serverless.yml file.

Deployment

  • Run following command
sls deploy

About

Check Certificate expiration and notify to Slack using Kubeless

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages