Oracle Cloud Infrastructure for Solutions Architects

Book description

Develop enterprise architect skills by building secure, highly available, and cost-effective solutions with Oracle Functions, Terraform, and the Oracle Cloud VMware Solution

Key Features

  • Explore Oracle's Gen 2.0 Cloud infrastructure and its high-performance computing capabilities
  • Understand hybrid cloud capabilities and learn to migrate apps from on-premises VMware clusters to OCI
  • Learn to create Kubernetes clusters and run containerized applications on Oracle's Container Engine

Book Description

Oracle Cloud Infrastructure (OCI) is a set of complementary cloud services that enables you to build and run a wide range of applications and services in a highly available hosted environment. This book is a fast-paced practical guide that will help you develop the capabilities to leverage OCI services and effectively manage your cloud infrastructure.

Oracle Cloud Infrastructure for Solutions Architects begins by helping you get to grips with the fundamentals of Oracle Cloud Infrastructure, and moves on to cover the building blocks of the layers of Infrastructure as a Service (IaaS), such as Identity and Access Management (IAM), compute, storage, network, and database. As you advance, you’ll delve into the development aspects of OCI, where you’ll learn to build cloud-native applications and perform operations on OCI resources as well as use the CLI, API, and SDK. Finally, you’ll explore the capabilities of building an Oracle hybrid cloud infrastructure.

By the end of this book, you’ll have learned how to leverage the OCI and gained a solid understanding of the persona of an architect as well as a developer’s perspective.

What you will learn

  • Become well-versed with the building blocks of OCI Gen 2.0 Cloud
  • Control access to your cloud resources using IAM components
  • Manage and operate various compute instances
  • Tune and configure various storage options for your apps
  • Develop applications on OCI using OCI Registry (OCIR), Cloud Shell, OCI Container Engine for Kubernetes (OKE), and Service Mesh
  • Discover ways to use object-relational mapping (ORM) to create infrastructure blocks using Terraform code

Who this book is for

This book is for cloud architects, cloud developers, and DevSecOps engineers who want to learn how to architect and develop on Oracle Cloud Infrastructure by leveraging a wide range of OCI IAAS capabilities. Working knowledge of Linux, exposure to basic programming, and a basic understanding of networking concepts are needed to get the most out of this book.

Table of contents

  1. Oracle Cloud Infrastructure for Solutions Architects
  2. Foreword
  3. Contributors
  4. About the author
  5. About the reviewer
  6. Preface
    1. Who this book is for
    2. What this book covers
    3. To get the most out of this book
    4. Download the example code files
    5. Download the color images
    6. Conventions used
    7. Get in touch
    8. Share Your Thoughts
  7. Section 1: Core Concepts of Oracle Cloud Infrastructure
  8. Chapter 1: Introduction to Oracle Cloud Infrastructure
    1. Regions and ADs
      1. Managing regions from the OCI console
      2. Logical view of Oracle Cloud Infrastructure components
      3. Tenancies
      4. Bootstrapping
      5. Compartments
      6. Oracle Cloud Identifiers (OCIDs)
    2. Off-box virtualization
      1. The security benefits of off-box virtualization
    3. Fault domains
    4. Summary
  9. Chapter 2: Understanding Identity and Access Management
    1. Principals
      1. The root user
      2. IAM users/groups
      3. Instance principals
    2. Authorization
    3. Organizing resources using compartments
      1. Design considerations
      2. Reference model of compartments
      3. Compartment Explorer
    4. Accessing resources from compartments using a policy
      1. Verbs
      2. Policy inheritance
      3. Policy attachment
    5. Using instance principals to make a call to the OCI API
      1. Creating an instance principal
    6. Federating OCI access using a third-party IdP
      1. Configuring a federation
    7. Summary
  10. Chapter 3: Designing a Network on Oracle Cloud Infrastructure
    1. High level architecture of VCNs
    2. VCN components
      1. Subnets
      2. VNIC
      3. Private IP address
      4. Public IP address
      5. Internet gateway
      6. Route table
      7. Dynamic routing gateway
      8. NAT gateway
      9. Service gateway
      10. Local peering (within region)
      11. Remote peering (across region)
      12. Security list
      13. Network security group
      14. Stateful and stateless security rules
      15. Default VCN components
      16. Reviewing the VCN components
    3. Connection choices
      1. Connecting through the public internet
      2. Connecting through a VPN
      3. Connecting through FastConnect
    4. Load balancer
      1. Public load balancer
      2. Private load balancer
      3. Load balancing policies
      4. Health check
      5. SSL handling
      6. Session persistence
      7. Request routing – virtual hostnames and path routing
    5. VCN flow logs
      1. Configuring VCN flow logs
    6. Summary
  11. Chapter 4: Compute Choices on Oracle Cloud Infrastructure
    1. Introducing the different OCI compute instance types
      1. Understanding instance shapes
      2. Storage for compute instances
      3. Instance boot volume
    2. Understanding instance operating system images
      1. Custom images
      2. Image export and import
      3. Bring Your Own Image (BYOI)
      4. Bring Your Own Hypervisor (BYOH)
    3. Creating similar instances using instance configuration and instance pools
      1. Compute instance metrics
      2. Autoscaling configurations
    4. Connecting to instances using an instance console connection
      1. Connecting to the serial console from macOS or Linux OS
    5. Summary
  12. Chapter 5: Understanding Oracle Cloud Infrastructure Storage Options
    1. OCI Block Volume
      1. Creating a block volume
      2. Resizing a block volume
      3. Attaching a block volume to an instance
      4. Backing up and restoring a block volume
      5. Cloning a block volume
      6. Volume groups
      7. Block Volume operations – shared multi-attach
    2. OCI File Storage Service
      1. Creating a filesystem
      2. Filesystem security
    3. OCI Object Storage
      1. Pre-authenticated requests
      2. Cross-region copy
      3. Multipart upload
    4. Summary
  13. Section 2: Understanding the Additional Layers of Oracle Cloud Infrastructure
  14. Chapter 6: Understanding Database Choices on Oracle Cloud Infrastructure
    1. Discussing OCI database choices
      1. VM database systems
      2. Bare-metal database systems
      3. Exadata database systems
    2. Managing Oracle's Autonomous Database service
    3. Summary
  15. Chapter 7: Building a Cloud-Native Application on Oracle Cloud Infrastructure
    1. Evolution of cloud native applications
    2. Storing application images on the OCI registry
      1. Preparing for pushing and pulling images from the registry
      2. Creating a repository
      3. Creating a Docker container image
      4. Pushing and pulling a Docker container image
    3. Deploying microservices on OKE
      1. Getting started with Kubernetes
      2. Getting started with Oracle Container Engine for Kubernetes
      3. Creating an OKE cluster
      4. Accessing an OKE cluster
      5. Deploying a sample web application on an OKE cluster
      6. Upgrading the Kubernetes version of an OKE cluster
    4. Exposing microservices using the OCI API gateway
      1. API gateway within a cloud environment
      2. API gateway in a cloud to on-premises model
      3. API gateway in a hybrid model
      4. API gateway in a private cloud model
      5. API gateway concepts
      6. Creating an API gateway
      7. Creating an API gateway deployment
      8. Accessing the API endpoint through an API gateway
    5. Summary
  16. Chapter 8: Running a Serverless Application on Oracle Cloud Infrastructure
    1. Understanding the notion of serverless computing
      1. Understanding the importance of Oracle Function
      2. Understanding the use cases of Oracle Function
    2. Creating and using Oracle functions
    3. Deep diving into Oracle functions
    4. Understanding event-based usage of Oracle functions
    5. Summary
  17. Chapter 9: Managing Infrastructure as Code on Oracle Cloud Infrastructure
    1. Understanding the need for IaC
    2. Understanding the use cases of ORM
      1. ORM components
    3. Learning to generate IaC from an existing setup
    4. Learning to integrate ORM with SCM
    5. Summary
  18. Chapter 10: Interacting with Oracle Cloud Infrastructure Using the CLI/API/SDK
    1. Using the OCI CLI to interact with OCI resources
    2. Using OCI SDKs to automate OCI operations
    3. Using the OCI API to send REST calls for managing OCI
    4. Summary
  19. Chapter 11: Building a Hybrid Cloud on Oracle Cloud Infrastructure using Oracle Cloud VMware Solution
    1. Understanding the solution overview of the OCVS solution
      1. Virtual cloud network (VCN)
      2. Compute – VMware vSphere (ESXi)
      3. Networking – VMware NSX-T
      4. Storage – VMware vSAN
      5. Deploying OCVS
    2. Deploying an OCVS cluster
    3. Accessing an OCVS cluster
    4. Connecting an OCVS cluster to the internet
    5. Summary
    6. Why subscribe?
  20. Other Books You May Enjoy
    1. Packt is searching for authors like you
    2. Share Your Thoughts

Product information

  • Title: Oracle Cloud Infrastructure for Solutions Architects
  • Author(s): Prasenjit Sarkar
  • Release date: October 2021
  • Publisher(s): Packt Publishing
  • ISBN: 9781800566460