https://github.com/devleejb/k8s-playground
Kubernetes Playground
https://github.com/devleejb/k8s-playground
k8s kubernetes
Last synced: about 2 months ago
JSON representation
Kubernetes Playground
- Host: GitHub
- URL: https://github.com/devleejb/k8s-playground
- Owner: devleejb
- Created: 2023-07-25T14:36:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T08:17:55.000Z (about 2 years ago)
- Last Synced: 2025-07-02T07:48:32.062Z (11 months ago)
- Topics: k8s, kubernetes
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8s-playground
본 Repository는 Kubernetes 예제를 포함하고 있습니다.
## Contents
- [Simple Example with Spring Boot](./simple-example-with-spring-boot/)
ReplicationController를 이용하여 k8s에 간단한 SpringBoot 애플리케이션 배포
- [Example: Deploying PHP Guestbook application with Redis](./deploying-php-guestbook-application-with-redis/)