https://github.com/easyengine/kops-k8s
Our experiments with Kubernetes on AWS
https://github.com/easyengine/kops-k8s
Last synced: 8 months ago
JSON representation
Our experiments with Kubernetes on AWS
- Host: GitHub
- URL: https://github.com/easyengine/kops-k8s
- Owner: EasyEngine
- License: mit
- Created: 2019-12-25T05:44:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T23:47:04.000Z (almost 3 years ago)
- Last Synced: 2025-05-19T12:17:02.114Z (8 months ago)
- Language: PHP
- Size: 11.3 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Experiments with Kubernetes
# [Basic:](docs/Basic)
1. [Cluster creation kops steps](docs/Basic/clusterCreation.md)
2. [Installing basic stack post cluster creation](docs/Basic/basicStack.md)
3. [Deploying sites in the cluster](docs/Basic/siteDeploy.md)
# [Monitoring:](docs/Monitoring)
1. [Metrics server](docs/Monitoring/metricsServer.md)
2. [Prometheus deployment](docs/Monitoring/prometheus.md)
3. [Grafana Deployment](docs/Monitoring/grafana.md)
4. [Loki Deployment](docs/Monitoring/loki.md)
# [Autoscaling:](docs/Autoscaling)
1. [Multi-node setup](docs/Autoscaling/multiNode.md)
1. [Add node in same instance group](docs/Autoscaling/multiNode.md#add-node-in-same-instance-group)
2. [Create instance group and add node](docs/Autoscaling/multiNode.md/#create-instance-group-and-add-node)
2. [Node Labels](docs/Autoscaling/nodeLabels.md)
3. [Horizontal autoscaling](docs/Autoscaling/HPA.md)
4. [Vertical autoscaling with the help of HPA](docs/Autoscaling/VA.md)
5. [Pod affinity/anit-affinity, high-availability](docs/Autoscaling/Affinity.md)
# [Dockerfiles:](dockerfiles)
1. [Dockerfiles](dockerfiles/README.md)
# [Rolling update:](docs/Rolling-update)
1. [Setting up rolling update and stateless deployments](docs/Rolling-update/rollingUpdateStrategy.md)
2. [Adjusting rolling updates according project needs](docs/Rolling-update/statelessDeployment.md)