Module 3 Flashcards
“strangler pattern
, is a way to incrementally replace parts of a monolith with smaller, independent
services
What is Reactive Programming?
It is a paradigm built around asynchronous data streams where changes in information drive the flow of
application logic and is compatible with cloud-native goals. Many modern languages have frameworks
that support an execution model for reactive programming.
Serverless
is a cloud-native, event-driven programming model with no deployment or operational
considerations.
• Often referred to as Function-as-a-Service (or FaaS) as it is offered as a cloud platform service that
runs functional workloads as microservices.
Knative
is a cloud-native, serverless technology built on the Kubernetes orchestration platform; it can be
installed and used on any Kubernetes instance.
What knative do?
Knative can be leveraged for running cloud-native applications using containers and can also automate
tool chains used to build them as part of the CI/CD processes
Containerization
is a process of bundling an application with its runtime dependencies, such as
application server, runtime, and operating system, in a portable, shareable, and lightweight package.
Image
- the defined package of the application and all of its dependency and runtime instructions.
Container
- a running instance of an image. There can be multiple instances of the same image.
• Layer - a layer is a discrete slice of an image defining one of its characteristics.
Cloudpacks
Cloud Paks are AIinfused containers that can help businesses accelerate their digital transformation. Key advantages of
IBM Cloud Paks are they run anywhere, are open and secure, and are consumable. As a hybrid
multicloud strategy, IBM Cloud Paks directly support the portability of workloads.
What container orchestration do?
- Declarative state.
- Scale container instances.
- Container health checks.
- Manage container lifecycle.
- Handle network routes.
Openshift
OpenShift is an opensource application platform that is built on top of Kubernetes.
OpenShifts goal is to make it easier to work with Kubernetes, by building-in many of the mostly
commonly used features by developers and operations team members.
Seven core principles of ibm garage
- Focus on the customer.
- Deliver business value.
- Continuous improvement and learning.
- Build and deliver quality products to current requirements.
- Consistent approach on projects big and small.
- Empower teams and foster mutual respect.
- Adapt proven practices to the specific culture of an organization.
IBM Garage 7 practices for success
Discover: Understand domain, align goals, and identify problems.
Learn: Understand customer usage and apply these insights with data-driven approach.
Envision: Deliver incremental improvements targeting the highest priority items.
Culture: Small co-located teams with the power to make decisions anonymously.
Operate: Ensure steady performance and meeting service level agreements (SLAs) automation
and monitoring.
Develop: Through DevOps, allow teams to deliver high quality code to production.
Reason: Adopting and optimizing AI models to improve the business decision making.
Monolith
– is a single-tiered software application comprised of highly coupled,
low cohesion functions that are combined into a single program for a single platform.
Microservices
are a cloud-native approach in which a single application is
composed of many loosely coupled, highly cohesive, single-purpose functions each developed,
deployed, and managed independently.
Reactive
is a programming paradigm built around asynchronous data streams where changes in
information drive the flow of application logic.
Serverless
– is an event-driven programming model with minimal deployment or operational
considerations.
Knative
is a cloud-native serverless technology built on Kubernetes.
Containers
Lightweight, shareable, and portable artifacts that package all an application’s runtime
dependencies making for easier deployment and environment configuration.
Container Orchestration
Software that manages the networking, scaling, health checks, and the
lifecycle of containers automatically based on a defined state file.
Kubernetes
A popular implementation of container orchestration software initially released by Google
in 2014.
OpenShift
A container platform supported by Red Hat that is based on Kubernetes that simplifies
working with Kubernetes and fills in some of the most common functionality gaps in Kubernetes.
Which of the following best describes the cloud-native technology, Knative?
Serverless technology
Which product was developed to address gaps in Kubernetes?
OpenShift
The Garage method has seven core principles. Which of the following of those
seven do they include? (Select all that apply)
B. Focus on the customer.
C. Empower teams and foster mutual respect.
D. Deliver business value.
IBM Cloud offers Cloud Paks for which of the following?
Security, Containerization, Automation
Which of the following are benefits of serverless computing?
Integrated event sources,On-demand scaling,API Management
Which one of the following describes the strangler method?
“Starve” monolithic functions
Drive migration to completion is considered a best practice for the strangler
method.
True
What are two functional characteristics of reactive programming?
Resilient to and plans for failures,Elastic to handle any workload.
Kubernetes relies on _______ configuration files to maintain the application
state.
YAML
What are two OpenShift features?
Advanced Web Console,Cloud agnostic platform