|
5 | 5 | - Blog: **`www.keremceliker.com`** |
6 | 6 |
|
7 | 7 | This is a Terraform module which provides AWS EC2 (without EKS) and S3,Route53,VPC for publishing services via NGINX Ingress on Kubernetes Kops. |
8 | | - |
| 8 | + |
9 | 9 |
|
10 | 10 | **It provides the following example Kubernetes Infra-Stack** |
11 | 11 |
|
12 | | - |
| 12 | + |
13 | 13 |
|
14 | 14 | HTTPS requests are transfered to a pod via the external VPC and the node port of NGINX (e.g. tcp/31504). |
15 | 15 |
|
@@ -61,23 +61,23 @@ HTTPS requests are transfered to a pod via the external VPC and the node port of |
61 | 61 | **************************** |
62 | 62 | **- Amazon AWS Cloud `EC2` preparation** |
63 | 63 |
|
64 | | -  |
| 64 | +  |
65 | 65 |
|
66 | 66 | **- Amazon AWS Cloud `Route53` preperation** |
67 | 67 |
|
68 | | -  |
| 68 | +  |
69 | 69 |
|
70 | 70 | **- Amazon AWS Cloud `S3` preperation** |
71 | 71 |
|
72 | | -  |
| 72 | +  |
73 | 73 |
|
74 | 74 | **- Amazon AWS Cloud `VPC` preparation** |
75 | 75 |
|
76 | | -  |
| 76 | +  |
77 | 77 |
|
78 | 78 | **- Amazon AWS Cloud `EBS` preparation** |
79 | 79 |
|
80 | | -  |
| 80 | +  |
81 | 81 |
|
82 | 82 | **- Amazon AWS Cloud `Elastic IPs` preparation** |
83 | 83 | **- Amazon AWS Cloud `EC2 Auto Scaling` preparation** |
@@ -119,7 +119,7 @@ Download AWS CLI, execute the command line or PowerShell command below: |
119 | 119 |
|
120 | 120 | ## Correct K8s Code Approach by Terraform |
121 | 121 |
|
122 | | - |
| 122 | + |
123 | 123 |
|
124 | 124 | **Kops_s3.tf** |
125 | 125 | ``` |
@@ -248,7 +248,7 @@ Once you have a Kubernetes cluster / infrastructure up and running, ssh on to th |
248 | 248 | 3. `kubectl apply -f hello-k8s-deploy.yaml` |
249 | 249 | 4. `kubectl get svc`. Wait a couple second or minutes until all Pods and Replicas are reported as deployed. |
250 | 250 |
|
251 | | - |
| 251 | + |
252 | 252 |
|
253 | 253 | **You must be see as the follows information** |
254 | 254 | ``` |
@@ -331,7 +331,7 @@ Starting to serve on 127.0.0.1:8001 |
331 | 331 | ``` |
332 | 332 | **Access the Kubernetes Web Administrator Dashboard with external URL or IP address as follows** |
333 | 333 |
|
334 | | - |
| 334 | + |
335 | 335 |
|
336 | 336 |
|
337 | 337 |
|
|
0 commit comments