Questions tagged [oracle-cloud-infrastructure]

Oracle Cloud Infrastructure is Oracle's Cloud IaaS and PaaS solution.

Oracle Cloud Infrastructure (OCI) is Oracle's Cloud IaaS and PaaS solution. OCI is comprised of Compute, Storage, Database, Identity Management, Networking, DNS and Cloud and Container Native solutions.

References

Related Tags

687 questions
79
votes
7 answers

Opening port 80 on Oracle Cloud Infrastructure Compute node

This is an elementary question however one I cannot seem to resolve by perusing the Oracle Cloud Infrastructure documentation. I've created an Ubuntu-based compute node, and it's attached to a subnet. In that subnet I've created a stateful rule with…
Jason Gilmore
  • 3,698
  • 3
  • 23
  • 28
47
votes
6 answers

Can't access Oracle Cloud Always Free Compute http port

Yesterday, I was set up my first always free compute VM. I installed ubuntu 18.04 minimal on my VM. For my web service need, I installed Nginx. I'm confused because when I tried to access my public IP via a web browser, the Nginx welcome page didn't…
9
votes
1 answer

How long will it take for the terminated instance to get removed from the console?

Documentation says (Terminating an Instance), Terminated instances temporarily remain in the list of instances with the status Terminated. Is there any particular time limit for the terminated instance to be removed from the console?
karthik_varma_k
  • 353
  • 4
  • 26
8
votes
2 answers

How can one claim a subdomain of oracle.com?

I've seen organisation unrelated to Oracle that point (via a CNAME record) one of their hostnames to a subdomain of oracle.com, which presumably resolves to a server on Oracle Cloud Infrastructure. For…
jub0bs
  • 60,866
  • 25
  • 183
  • 186
7
votes
4 answers

I can't enable MFA for Oracle Identity Cloud Service user

I just sign-up an account of Oracle Cloud After I logged in, It seem the system automatically created a tenancy for me and added me to an Identity Providers named oracleidentitycloudservice. They also create one more user starts with…
7
votes
3 answers

Opening a specific port in Oracle Cloud - Ubuntu 18

The above one seems like an easy question, but believe me I have tried multiple methods but all seems to be in vain For example : Port is 8080 1st - I followed many oracle docs and tried opening port 8080, but failed miserably 2nd - I followed…
roshan
  • 95
  • 1
  • 8
7
votes
1 answer

What is the difference between Boot volume and Block volume?

Do Boot volume refers to disk volume that contains the operating system files? What are the definitions for boot volume and block volume?
karthik_varma_k
  • 353
  • 4
  • 26
6
votes
1 answer

How to see the tables created on oracle cloud

I am new to DBaaS, I created a new oracle cloud account and instantiated a DB. I am connecting to the DB using SQL developer and created a new table by logging in as sys user. How do I see the newly created table on oracle cloud using web console? I…
NJMR
  • 1,886
  • 1
  • 27
  • 46
5
votes
4 answers

What keeps my "always free" account from being terminated?

I have a small website running on the "always free" tier. It's perfect for my needs. After my trial period ended (and I hadn't used any fee-based resoures), I reverted back to "always free." This is fine. This morning, I received an email which…
smontanaro
  • 1,537
  • 3
  • 15
  • 26
5
votes
3 answers

kubectl apply does not allow more than 63 chars on metadata.labels values

I'm trying to create a LoadBalancer in my OKE cluster(Oracle Cloud Container Engine for Kubernetes). I'm doing a kubectl apply -f on the file, but it gives me this error. The Service "servicename" is invalid: metadata.labels: Invalid value:…
RMNull
  • 149
  • 3
  • 12
5
votes
1 answer

How do I add the domain I own in oracle cloud and host it live?

I want to upload my local wordpress to the domain I bought and make it live. But I don't know how to add domain and add dns in oracle cloud.
jane doe
  • 53
  • 1
  • 4
4
votes
3 answers

How to use mkfs -t ext4 to keep data on existing volume but delete on new?

I am attaching block volume in OCI to a new or existing instance using a script (below). However, if the volume already has a file system type already assigned I will lose all my data! Is there a way only to run the command sudo mkfs -t ext4…
MarkK
  • 968
  • 2
  • 14
  • 30
4
votes
1 answer

Kubernetes NodePort is not available on all nodes - Oracle Cloud Infrastructure (OCI)

I've been trying to get over this but I'm out of ideas for now hence I'm posting the question here. I'm experimenting with the Oracle Cloud Infrastructure (OCI) and I wanted to create a Kubernetes cluster which exposes some service. The goal is: A…
Arnold Galovics
  • 3,246
  • 3
  • 22
  • 33
4
votes
1 answer

DNS name for an Oracle Cloud public IP

I cannot figure out how to provide a DNS name to an IP address in Oracle cloud. Did not find a documentation. Went through the portal settings and some CLI documentation around networking. But did not find any. It is quite straightforward in…
Mnaseem
  • 145
  • 1
  • 7
3
votes
3 answers

How do I import and run a multi-platform OCI image in Docker for macOS?

I have a go web service that I've been building with docker build and running with docker run on my M1 Mac and on various Linux machines for a while. It's a simple binary installed on a distroless base and works great. Now I want to make a…
theory
  • 9,178
  • 10
  • 59
  • 129
1
2 3
45 46