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
- Host: GitHub
- URL: https://github.com/interviewandhealth/k8s
- Owner: InterviewAndHealth
- Created: 2024-10-29T10:48:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-16T06:00:53.000Z (over 1 year ago)
- Last Synced: 2025-04-08T16:11:11.554Z (12 months ago)
- Topics: deployment, kubernetes, manifests, scripts
- Language: Shell
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```