Search

Oracle Cloud Infrastructure


What Varnish Software offers in Oracle Cloud

At the moment we offer Varnish Enterprise 6 as a solution in Oracle Cloud Infrastructure (OCI), running on Oracle Linux 7.

Varnish Software Instance Deployment

Subscription and Configuration

Click here to get to our product in the OCI Marketplace page and click on “Get App” to subscribe.


oci/20200428-001.png

Figure 1. Product page


Launch Instance

Next you will be prompted to log into your OCI account. When you have logged in you will be presented with the following screen where you can click “Launch Instance”. We recommend that you choose the version that is labeled “default”. You also need to choose what compartment to start the instance in.


oci/20200511-002.png

Figure 2. Launch Instance page


Create Compute Instance

On the Create Compute Instance screen you can configure the following before clicking “Create”.

  • Name of instance
  • Shape (What size of VM)
  • Virtual cloud network compartment
  • Virtual cloud network
  • Subnet compartment
  • Subnet
  • Boot volume
  • SSH key for ssh user

oci/20200429-003.png

Figure 3. Create Compute Instance page


Instance Details

Your server is up and running, at which time you will see the following screen. The important info here is the Public IP address (158.101.106.97 in this example) and Username (opc).


oci/20200511-004.png

Figure 4. Instance Details page


Instance is up and running

Welcome page

The instance is configured so that Varnish answers on port 80 and 443. If you access the instance IP address with a browser you will see this welcome page. This requires that you have the ports open.


oci/20200429-005.png

Figure 5. Welcome page


Logging into the server

The default username for the instance is opc. With the SSH key you used when creating the instance, you can log into the server with this command.

ssh -i /PATH/TO/SSHKEY opc@IPADDRESS

For Windows users look here.

Parameter tuning

Your Varnish instance has been pre-configured with the default settings, which suits most Varnish users. We advise you to have a look and update the configuration according to your needs.

Our documentation site has a reference section with all available runtime options. This will help you to properly configure the Varnish process.

To look at the system parameters run this command:

sudo systemctl cat varnish.service

To change the runtime options, run the following command on your Varnish instance:

sudo systemctl edit varnish.service

Edit accordingly and save the file.

And finally, restart Varnish by running the following command:

sudo systemctl restart varnish.service

Configure your instance

For information on how to configure Varnish Enterprise we recommend that you start here.

What’s next?

Please visit the Post Configuration for more information about what you can do with Varnish Cloud products. For example:

  • How to configure vstatdprobe to forward data to VCS for analysis