This repo contains the presentation and supporting files for "Running PeopleSoft Elasticsearch on Kubernetes" given at psadmin.conf psadmin.conf on March 7th, 2018.
Here's an overview of what's included in the repo, along with some descriptions.
├── LICENSE.md
├── README.md
├── demo
│ ├── image (contains the files necessary for building the Elasticsearch container image)
│ ├── manifests (kubernetes manifests for deploying Elasticsearch)
├── presentation
│ └── pses-kubernetes.pdf (presentation in pdf format)
└── terraform (terraform manifests for building out a Kubernetes cluster on Azure AKS)
- Kubernetes
- Cloud Hosted Kubernetes
- Self Hosted Kubernetes
- Container Init Systems
- Self hosted Docker Registries
- Ingress
- Elasticsearch on Kubernetes
- Additional Components & Tooling
- Miscellaneous