|
2 | 2 |
|
3 | 3 | ## Course Modules
|
4 | 4 |
|
5 |
| -## Docker Images |
6 |
| -| Topics | Docker Image | |
7 |
| -| ------------- | ------------- | |
8 |
| -| Kube Fundamentals - Pods | stacksimplify/kubenginx:1.0.0 | |
9 |
| -| Kube Fundamentals - Replica Sets | stacksimplify/kube-helloworld:1.0.0 | |
10 |
| -| Kube Fundamentals - Deployments | stacksimplify/kube-helloworld:1.0.0, 2.0.0, 3.0.0, 4.0.0 | |
11 |
| -| Kube Fundamentals - Services | stacksimplify/kube-frontend-nginx:1.0.0, stacksimplify/kube-helloworld:1.0.0 | |
12 |
| -| AWS ECR Integration | 180789647333.dkr.ecr.us-east-1.amazonaws.com/aws-ecr-kubenginx:1.0.0 | |
| 5 | +## List of Docker Images on Docker Hub |
| 6 | + |
| 7 | +| Application Name | Docker Image Name | |
| 8 | +| ----------------- | ----------------- | |
| 9 | +| Simple Nginx V1 | stacksimplify/kubenginx:1.0.0 | |
| 10 | +| Spring Boot Hello World API | stacksimplify/kube-helloworld:1.0.0 | |
| 11 | +| Simple Nginx V2 | stacksimplify/kubenginx:2.0.0 | |
| 12 | +| Simple Nginx V3 | stacksimplify/kubenginx:3.0.0 | |
| 13 | +| Simple Nginx V4 | stacksimplify/kubenginx:4.0.0 | |
| 14 | +| Backend Application | stacksimplify/kube-helloworld:1.0.0 | |
| 15 | +| Frontend Application | stacksimplify/kube-frontend-nginx:1.0.0 | |
| 16 | +| Kube Nginx App1 | stacksimplify/kube-nginxapp1:1.0.0 | |
| 17 | +| Kube Nginx App2 | stacksimplify/kube-nginxapp2:1.0.0 | |
| 18 | +| Kube Nginx App2 | stacksimplify/kube-nginxapp2:1.0.0 | |
| 19 | +| User Management Microservice with MySQLDB | stacksimplify/kube-usermanagement-microservice:1.0.0 | |
| 20 | +| User Management Microservice with H2 DB | stacksimplify/kube-usermanagement-microservice:2.0.0-H2DB | |
| 21 | +| User Management Microservice with MySQL DB and AWS X-Ray | stacksimplify/kube-usermanagement-microservice:3.0.0-AWS-XRay-MySQLDB | |
| 22 | +| User Management Microservice with H2 DB and AWS X-Ray | stacksimplify/kube-usermanagement-microservice:4.0.0-AWS-XRay-H2DB | |
| 23 | +| Notification Microservice V1 | stacksimplify/kube-notifications-microservice:1.0.0 | |
| 24 | +| Notification Microservice V2 | stacksimplify/kube-notifications-microservice:2.0.0 | |
| 25 | +| Notification Microservice V1 with AWS X-Ray | stacksimplify/kube-notifications-microservice:3.0.0-AWS-XRay | |
| 26 | +| Notification Microservice V2 with AWS X-Ray | stacksimplify/kube-notifications-microservice:4.0.0-AWS-XRay | |
| 27 | + |
| 28 | + |
| 29 | +## List of Docker Images you build in AWS ECR |
| 30 | + |
| 31 | +| Application Name | Docker Image Name | |
| 32 | +| ----------------- | ----------------- | |
| 33 | +| AWS Elastic Container Registry | YOUR-AWS-ACCOUNT-ID.dkr.ecr.us-east-1.amazonaws.com/aws-ecr-kubenginx:DATETIME-REPOID | |
| 34 | +| DevOps Usecase | YOUR-AWS-ACCOUNT-ID.dkr.ecr.us-east-1.amazonaws.com/eks-devops-nginx:DATETIME-REPOID | |
| 35 | + |
13 | 36 |
|
14 | 37 | ## AWS Services - Covered as part of this course
|
15 | 38 | 1. AWS Elastic Kubernetes Service - EKS
|
|
0 commit comments