IBM Cloud Sales Professional Engineer: Common Use Cases Flashcards
Explain Monolithic
defined as an enterprise architecture that includes all the necessary components and applications combined, runs on a single physical server or series of physical servers
Explain application modernization
You identify and implement a sequence for moving enterprise applications to the cloud.
The choice of applications to move to the cloud impacts the resulting improved operation efficiency and cost reductions
What some Power on IBM Cloud Use Cases
Exit data center to cut fixed costs
increased resiliency, refresh and modernization to a supported platform
leverage elastic capacity for scale up and scale down
cut costs, improve productivity and utilization
What some Power on IBM Cloud Use Cases
Exit data center to cut fixed costs
increased resiliency, refresh and modernization to a supported platform
leverage elastic capacity for scale up and scale down
cut costs, improve productivity and utilization
What is skytap?
IBM platform for app development
What is Power on IBM Cloud
IBM Cloud name for its virtual server
What are microservices
A microservice is a small application with a small footprint that performs a specific function.
What are the challenges of monolith architecture?
Highly dependent
Language dependent
Hero deployment
What are the three advantages of microservices architecture
language independent
less risk in change
iterate at will
What are some benefits of microservices
independently deployable
right tool for the job
precise scaling
What is twelve-factor methodology?
clarifies the boundary between application and infrastructure, minimizes divergence between development and production
Enables micoservices to scale up or down without significant changes to tooling
What are the twelve factors in microservices methodology?
Codebase
Dependencies
Config
Backing services
Build, release, run
Processes
Port Binding
Concurrency
Disposability
Dev/prod parity
Logs
Admin Processes
Explain Codebase
Git based repositories to provide a dedicated codebase per microservice so that each microservice can have its own release schedule
`````