Software Development

Getting Started with Oracle Container Cloud Service

Oracle Container Cloud Service is Oracle’s entry into the the world of managed container service. There are plenty of existing options:

This blog will explain how to get started with Oracle Container Cloud Service. A comparison of different managed services is started at Managed Container Service.

Before we jump into all the details, let’s try to clarify a couple of things about this offering from Oracle.

First, a bit about the name. “Oracle Cloud Container Service” seems more natural and intuitive since its a Container Service in Oracle Cloud. Wonder why is it called “Oracle Container Cloud Service”? Is it because “Oracle Container” is Oracle’s container orchestration framework and its a Cloud Service? Could that mean other orchestration frameworks be offered as a service as well?

Second, don’t confuse it with Oracle Application Container Cloud Service that allows to build cloud-native 12-factor applications using polyglot platform. Now, that confuses me further. Can the Container Service not be used to build 12-factor apps? Are cloud-native and containers mutually exclusive?

Anyway, this is causing more confusion than clarification Let’s move on!

One last thing before we dig in. Many thanks to Bruno Borges (@brunoborges) for pushing the buttons for cloud service activation. I don’t know the normal time for the free trial to be activated otherwise. And a much bigger thank to Mike Raab (@mikeraab) for helping me understand the details of Container Service.

Let’s get started!

  1. Get a Free Trial for Oracle Cloud. It takes a few days for the trial to be activated. The trial time bombs after 30 days so make sure you’ve time planned for evaluation. Each free trial comes with 6 OC3 nodes. OC3 is one of the compute node types available on Oracle Cloud. OC3 particularly is 1 OCPU (think vCPU on Amazon Web Services) and 7.5 GB RAM.
  2. Once the account is activated, you get an email as shown:The important piece of information is username, temporary password, identity domain and My Services URL. The My Account URL link is only for account administration.
  3. Click on My Service URL, login using the values from email:You get an opportunity to change your password afterwards
  4. Oracle Cloud dashboard shows up after logging in:
  5. A default set of services and their status is shown. The dashboard can also be customized by clicking on Customize Dashboard button on the top right.
  6. Getting to Oracle Container Cloud Service Console is a bit non-intuitive but you get it once you know it. Select Container Cloud Service tab, click on top-right corner and select Open Service Console:
  7. Or you can directly click on the link for Oracle Container Cloud Service Console in the welcome email. Service console looks like:
  8. Click on Create Service:Oracle Container Container Service Instance Details provide more details about each of the field.What is a worker node? We’ll talk about it a bit later. But essentially this is where the container runs. We are asking for only one worker node.
    Its worth noting different capacities for the worker node:
    Confirm all the settings:and click on Create> to start the service creation.
  9. Wait for about 30 minutes for the service to be created. After that the Service Console looks like:
    Wait, we asked for  one worker node and how come two OCPUs are being consumed.Each Oracle Container Cloud Service has at least two nodes – a manager node and one or more worker nodes. Manager node is responsible for administration of all the workers and and orchestrate containers on different worker nodes. Worker nodes can be organized in different resource pools to meet different workflow needs.And, so ~30 minutes are spent provisioning two nodes and installing container service components on each node. This is also evident in the service logs shown in Service Create and Delete History shown in the main Console page:

    Activity Submitted
     
    Activity Started
     
    Started operation to create service [couchbase] in identity domain [arungupta].
     
    Creating service [couchbase] resources [couchbase-occs-mgr-1,couchbase-occs-wkr-1].
     
    Completed creating service [couchbase] in domain [arungupta].
     
    Started operation to establish security on VMs for component [MANAGER].
     
    Completed operation to establish security on VMs for component [MANAGER]
     
    Started operation to establish security on VMs for component [WORKER].
     
    Completed operation to establish security on VMs for component [WORKER]
     
    Started operation to check provisioning status on the VMs for [MANAGER]
     
    Started operation to check provisioning status on the VMs for [WORKER]
     
    Provisioning Succeeded on all hosts for component [WORKER]
     
    Provisioning Succeeded on all hosts for component [MANAGER]
     
    Provisioning of [MANAGER] succeeded.
     
    Provisioning of [WORKER] succeeded.
     
    Provisioning of all components completed.
     
    Started service reachability check operation for [MANAGER].
     
    Started service reachability check operation for [WORKER].
     
    Reachability Succeeded on all hosts for component [MANAGER]
     
    Successfully completed service reachability check for [MANAGER]
     
    Successfully completed service reachability check for [WORKER]
     
    Reachability Succeeded on all hosts for component [WORKER]
     
    Service reachability check of [WORKER] succeeded.
     
    Service reachability check of all components completed.
     
    Service reachability check of [MANAGER] succeeded.
     
    Activity Ended
     
    Activity Ended

    No timestamp in the activity feels a bit too clean.

  10. One main question that I kept wondering all along is “when am I ready to deploy the containers?“. Apparently, not yet!A couple of more steps so hang in there …
    In your service, click on the top-right icon to select another menu:
    Select Container Console.  So, now you are transitioning from Oracle Container Cloud Service Console to Container Console. Make sure to use the right terminology otherwise it gets confusing fast.
  11. This attempts to open Container Console but prompts the usual warning
    Just click on Proceed link. In a typical production setup, this will setup correctly using certificates and so this warning would not happen.
  12. This brings up a login screen:
  13. Use the username and password specified during service creation earlier. Click on Login to see Container Console:

Are we there yet?

Yes, now is the time to deploy containers. But we’ll cover that in a subsequent blog!

Just to recap on what is needed to get started with Oracle Container Cloud Service …

  1. Register for Oracle Cloud trial
  2. Login to main Oracle Cloud Dashboard
  3. Create a Oracle Container Cloud Service Instance
  4. Oracle Container Cloud Service Instance Console
  5. Container Console

All the steps need to be done once but a console inside a console inside a dashboard feels like Inception. The good thing is that the IP address of Container Console is a public IP address served by Oracle Cloud and can be used from anywhere.

Oracle Container Cloud Service Docs have lot more details about building and deploying applications using this Console.

In the next blog, we’ll see what it takes to run a Couchbase container using this console? Possibly a cluster of Couchbase across multiple hosts?

Want to learn more about running Couchbase in containers?

Arun Gupta

Arun is a technology enthusiast, avid runner, author of a best-selling book, globe trotter, a community guy, Java Champion, JavaOne Rockstar, JUG Leader, Minecraft Modder, Devoxx4Kids-er, and a Red Hatter.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button