Skip to content

Commit 4cdb498

Browse files
authored
adding terraform provisioning to installer
1 parent 28d361f commit 4cdb498

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,16 @@ Installers
127127
=======================================================================
128128

129129

130-
* [minikube](https://github.com/kubernetes/minikube) - Run Kubernetes locally
131-
* [kops](https://github.com/kubernetes/kops)
132-
* [kube-deploy](https://github.com/kubernetes/kube-deploy)
133-
* [kubeadm](http://kubernetes.io/docs/admin/kubeadm/)
134-
* [kargo](https://github.com/kubernetes-incubator/kargo)
135-
* [bootkube](https://github.com/kubernetes-incubator/bootkube)
136-
* [kube-aws](https://github.com/coreos/kube-aws)
137-
* [kismatic](https://github.com/apprenda/kismatic)
138-
* [juju](https://jujucharms.com/canonical-kubernetes)
130+
* [Minikube](https://github.com/kubernetes/minikube) - Run Kubernetes locally
131+
* [Kops](https://github.com/kubernetes/kops)
132+
* [Kube-deploy](https://github.com/kubernetes/kube-deploy)
133+
* [Kubeadm](http://kubernetes.io/docs/admin/kubeadm/)
134+
* [Kargo](https://github.com/kubernetes-incubator/kargo)
135+
* [Bootkube](https://github.com/kubernetes-incubator/bootkube)
136+
* [Kube-aws](https://github.com/coreos/kube-aws)
137+
* [Kismatic](https://github.com/apprenda/kismatic)
138+
* [Juju](https://jujucharms.com/canonical-kubernetes)
139+
* [Terraform](https://github.com/kz8s/tack)
139140

140141
Main Resources
141142
=======================================================================
@@ -197,6 +198,7 @@ Useful Articles
197198
* [Logging - Kafka topic by namespace](http://www.devoperandi.com/logging-kafka-topic-by-kubernetes-namespace/) by [Michael Ward](https://twitter.com/DevoperandI)
198199
* [Achieving CI/CD with Kubernetes](http://theremotelab.com/blog/achieving-ci-cd-with-k8s/) by [Ramit Surana](https://twitter.com/ramitsurana)
199200
* [Kubernetes Monitoring Guide](https://www.datadoghq.com/blog/monitoring-kubernetes-era/) by [JM Saponaro](http://github.com/JayJayM)
201+
* [Deploying Kubernetes with Ansible and Terraform](http://solinea.com/blog/deploying-kubernetes-ansible-terraform)
200202

201203

202204
Cloud Providers
@@ -246,11 +248,8 @@ Related Projects
246248
*Projects built to make life with Kubernetes even better, more powerful, more scalable*
247249

248250
* [Hypernetes](https://github.com/hyperhq/hypernetes)
249-
* [Helm Package Manager](https://deis.com/blog/2015/introducing-helm-for-kubernetes)
250251
* [Ubernetes](https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/federation.md)
251-
* [Minikube](http://github.com/kubernetes/minikube/)
252252
* [kmachine](https://github.com/skippbox/kmachine)
253-
* [spread](https://github.com/redspread/spread)
254253
* [Supergiant](https://supergiant.io)
255254
* [Kubefuse](https://opencredo.com/introducing-kubefuse-file-system-kubernetes/)
256255
* [KubeSpray][https://github.com/kubespray]
@@ -398,7 +397,7 @@ Related Projects
398397
## Configuration
399398

400399
* [Kompose]
401-
* [Jsonnet]
400+
* [Jsonnet](https://github.com/google/jsonnet/tree/master/case_studies/kubernetes)
402401
* [Spread](http://redspread.com)
403402
* [K8comp](https://github.com/cststack/k8comp)
404403
* [Ktmpl](https://github.com/InQuicker/ktmpl)

0 commit comments

Comments
 (0)