GCP Deployment manager scenario
Scenario 1:
- Create a GCP deployment with templates and a configuration
- to create a network
- to create firewall rules to allow
- http and https to all instances
- ssh to instances with network tag allowssh
- open everything to instances with network tag openall
- to create a vm with ubuntu and public ip
- to create a vm with centos and private ip
- refactor the scenario1 with the output and references as we learnt in this session.
- Refer Here for solution of the scenario 1
GKE ingress issue
- IN GKE when we use ingress the service type should be NodePort or Loadbalancer
- the fix is submitted over here Refer Here
