aamoyel / cert-manager

Deployment of cert-manager with Kustomize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cert-manager w/ kustomize

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

This project allows you to deploy the cert-manager on Kubernetes with Kustomize binary.

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

You need to have :

  • Kubernetes cluster
  • Kustomize binary
  • An ingress controller to use cert-manager in ingress resources (optional)

Installation

  1. Clone the repo :
    git clone https://github.com/aamoyel/cert-manager.git && cd cert-manager
  2. Change email in letsencrypt-clusterissuer.yml
  3. Deploy the project on your cluster
    kustomize build . | kubectl apply -f -

(back to top)

Contact

Alan Amoyel - @AlanAmoyel

Project Link: https://github.com/aamoyel/cert-manager

(back to top)

About

Deployment of cert-manager with Kustomize