https://github.com/hvalfangst/kubernetes-crypto
Distributed system consisting of Kotlin deployments demonstrating a public key cryptosystem enabled by Kubernetes
https://github.com/hvalfangst/kubernetes-crypto
cryptography docker github-actions jacoco keystore kotlin kubernetes pkcs12 rsa spring-boot spring-security
Last synced: 2 months ago
JSON representation
Distributed system consisting of Kotlin deployments demonstrating a public key cryptosystem enabled by Kubernetes
- Host: GitHub
- URL: https://github.com/hvalfangst/kubernetes-crypto
- Owner: hvalfangst
- Created: 2023-05-24T17:31:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T21:01:59.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T04:43:57.872Z (about 1 year ago)
- Topics: cryptography, docker, github-actions, jacoco, keystore, kotlin, kubernetes, pkcs12, rsa, spring-boot, spring-security
- Language: Kotlin
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed Public Key Cryptosystem
Developed in Kotlin with Spring Boot and leveraged with Kubernetes
## Requirements
* x86-64
* Java 17 SDK
* Keytool
* Linux
* Docker
* Kubernetes
* Active Cluster
## Creating resources
The shell script "up.sh" is responsible for building the local Docker image and creating requested resources, which are defined in our k8s manifest.
```
sh up.sh
```
## Destroying resources
The shell script "down.sh" frees up allocated resources.
```
sh down.sh
```
## Routes
Remember to port-forward to the designated pod before proceeding
### Data
POST http://localhost:8080/data/messageCounterpart