An open API service indexing awesome lists of open source software.

https://github.com/interviewandhealth/k8s

Deployment manifests and scripts to deploy with Kubernetes
https://github.com/interviewandhealth/k8s

deployment kubernetes manifests scripts

Last synced: 12 months ago
JSON representation

Deployment manifests and scripts to deploy with Kubernetes

Awesome Lists containing this project

README

          

# Deployment with Kubernetes

This repository contains the manifests and scripts to deploy the application with Kubernetes.

## Prerequisites

- A Kubernetes cluster
- kubectl

## Configuration

Before deploying the application, you need to configure sealed secrets keys. Just upload all the keys to the [system/sealed-secrets-keys](system/sealed-secrets-keys) directory.

## Deploy

To deploy the application, run the following command:

```bash
./apply.sh
```

## Undeploy

To undeploy the application, run the following command:

```bash
./delete.sh
```