Releases: ManagedKube/kubernetes-ops
v0.1.13 - GCP dev re-organization
Re-organizing the GCP dev items so that it is easier to use.
Location: https://github.com/ManagedKube/kubernetes-ops/tree/master/tf-environments/gcp
v0.1.12 - GCP - Moving the state store to use GCS instead of S3 as the state store
Moving backend store to GCP from S3 for the GCP items (#58) Signed-off-by: gar <[email protected]>
v0.1.11 - AWS IAM policy source IP control
A Terraform module that add an AWS policy contect for what source IP whitelist can interact with your AWS API account.
The AWS API is your account's cloud control plane. It is best to tightly control what source IP can have access to this if possible.
If your AWS keys has been compromised somehow, someone trying to use this will have to come from these set of IPs or AWS API will still deny it if it is valid. This adds another layer of security for your cloud.
v0.1.10 - Local Kubernetes cluster with Kind
A full example on how to bring up a multi-node Kubernetes cluster locally with Kind
.
With examples on how to create the ingress and deploy an HTTP app and how to get to it via cURL.
v0.1.9 - cert-manager - update to Helm v3
- Updating the cert-manager to Helm v3
v0.1.8 - Prometheus update to 6.18.0
Updating to prometheus 6.18.0
v0.1.7 - Kops 1.13.x Update
Updating Kops default version to Kops 1.13.10
Security enhancements:
- Securing down TLS defaults
- Securing down TLS cipher defaults
- Removing basic auth file
- Removing token auth file
- Audit logs set for a longer retention period
v0.1.6 - Terraform/Terragrunt update to 0.12.x
Updating Terraform/Terragrunt to the new 0.12.x version.
- AWS VPC
- AWS RDS
- GCP VPC
- GCP GKE clusters
v0.1.5 - GKE separating node pools
Separated the node pools from the GKE cluster module.
There is a new node pool modules to create additional node pools to a GKE cluster.
v0.1.4 - Refactoring kops templating of instance groups
Refactoring the templating instance groups so it is a little bit more DRY. Reducing the repeating and hardcoding of the instance group name in the main cluster.yml file.