kubernetes-the-hard-way-aws
kubernetes-the-hard-way-aws copied to clipboard
AWS version of Kelsey's kubernetes-the-hard-way
Since `jq` is being used, e.g. in https://github.com/prabhatsharma/kubernetes-the-hard-way-aws/blob/master/docs/03-compute-resources.md#instance-image It might be a good idea to add it to the Prerequisites page or avoid using it (if possible). Hopefully I'll find...
I followed all steps, looks great, but on last step bootstrapping the kubernetes worker node. I configured on worker-0, and enabled containers, and logout to main server to deploy the...
Ref. https://github.com/kelseyhightower/kubernetes-the-hard-way
The commands that invoke the `aws ec2 describe-instances` such as [these ones](https://github.com/prabhatsharma/kubernetes-the-hard-way-aws/blob/master/docs/11-pod-network-routes.md#the-routing-table-and-routes) will fail if you are going through this a second time, since any previous-runs' worker-node will _also_ be...
The steps [here](https://github.com/prabhatsharma/kubernetes-the-hard-way-aws/blob/master/docs/14-cleanup.md#networking) fail: ``` An error occurred (DependencyViolation) when calling the DetachInternetGateway operation: Network vpc-0be1b4c40fcd63a81 has some mapped public address(es). Please unmap those public address(es) before detaching the gateway....
I'm having a problem getting DNS to work. It looks like the apiserver times out, but I can't figure out why. Any help is appreciated. ``` kubectl get pods -l...
I created cluster using commands from master branch. Two nodes started reporting this error in kubelet logs. kubelet service status is `active`. This happens when I deploy [untrusted](https://github.com/prabhatsharma/kubernetes-the-hard-way-aws/blob/master/docs/13-smoke-test.md#untrusted-workloads) pod on...
What is the significance of 2 CIDR blocks "10.240.0.0/24", "10.200.0.0/16" First one i understand is VPC CIDR , but why the second one is used in the security groups ,...
kubectl apply -f https://storage.googleapis.com/kubernetes-the-hard-way/coredns-1.8.yaml This line returns Access Denied from GCS AccessDenied Access denied. Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied...
Add definition for missing var ROUTE_TABLE_ID if not using the same shell session as during creation in section 03. Solves https://github.com/prabhatsharma/kubernetes-the-hard-way-aws/issues/5