Questions tagged [hybrid-cloud]

A hybrid cloud is an integrated cloud service utilising both private and public clouds to perform distinct functions within the same organisation. All cloud computing services should offer certain efficiencies to differing degrees but public cloud services are likely to be more cost efficient and scalable than private clouds. Therefore, an organisation can maximise their efficiencies by employing public cloud services for all non-sensitive operations, only relying on a private cloud where they require it and ensuring that all of their platforms are seamlessly integrated.

Hybrid cloud models can be implemented in a number of ways: Separate cloud providers team up to provide both private and public services as an integrated service Individual cloud providers offer a complete hybrid package Organisations who manage their private clouds themselves sign up to a public cloud service which they then integrate into their infrastructure

41 questions
5
votes
0 answers

Access network file share from azure app service - web app - ASE in hybrid setup

There is an azure web app in azure app service ASE. It is linked to a Vnet. And a point to site VPN between laptops/PCs connecting to the Vnet from outside cloud/ on premises to form an hybrid cloud setup of sorts. I am trying to see if a network…
Aravind
  • 4,125
  • 1
  • 28
  • 39
5
votes
3 answers

Azure Functions using Azure Hybrid Connections

Is it possible to use Azure Hybrid Connections from the Azure Functions app service? The networking option appears to be missing from the routing section of the settings for the Functions service. Any thoughts greatly appreciated.
Darren
  • 1,071
  • 1
  • 15
  • 39
3
votes
1 answer

What is the Docker cross platform architecture

Docker isn't a VM so it only runs apps native to the OS, right? Does that mean Docker for Windows only runs Windows .exe files? So Docker containers for Windows and Linux, what do they have in common, if anything? Are containers reusable on…
Yuri Geinish
  • 16,744
  • 6
  • 38
  • 40
2
votes
1 answer

Can a managed AWS service (e.g. Managed Airflow (MWAA)) be used in the cloud on data resources that are entirely on-premise?

Is it possible to keep the data entirely on premise, while still leveraging an in-cloud managed service like Amazon Managed Workflows for Apache Airflow (MWAA)? Or does this require some kind of data transfer to the cloud? Are there additional…
Cybernetic
  • 12,628
  • 16
  • 93
  • 132
2
votes
1 answer

Can one use Azure Kubernetes Service or Azure Service Fabric to deploy and manage on-prem kubernetes clusters?

I have a question about AKS and Service Fabric. Do both or either of these services have the ability to also manage on-prem kubernetes cluster/nodes? Or are Microsoft's managed kubernetes services only for Azure deployed kubernetes clusters? I.e.,…
208_man
  • 1,440
  • 3
  • 28
  • 59
2
votes
4 answers

Can one use on-premises Kubernetes to manage clusters deployed in a hybrid cloud?

If one is running Docker Enterprise with Kubernetes in an on-premises private cloud, is it possible to add clusters in a public cloud like Azure?
208_man
  • 1,440
  • 3
  • 28
  • 59
2
votes
1 answer

How to trigger GCP cloud function(private) from AWS SNS over http trigger

I have cloud function in GCP which triggers when any object is received in s3 bucket using SNS notification. SNS has been configured in such a way, when any object comes in s3 bucket it notifies GCP cloud function about it using http trigger(https…
2
votes
2 answers

Azure Bastion for Hybrid Cloud Environment

Is there any way to use Azure Bastion to connect to on-prem systems as well as Azure virtual machines? I have a hybrid cloud environment where some key machines are on-prem and some are Azure VMs. The Azure VNet is extended with a VPN tunnel so the…
2
votes
2 answers

State-of-the-art job scheduling (containers, hybrid cloud)?

We have a kind of evaluation job which consists of several thousand invocations of a legacy binary with various inputs, each of which running like a minute. The individual runs are perfectly parallelizable (one instance per core). What is the state…
Gunther Vogel
  • 133
  • 1
  • 7
2
votes
1 answer

Is Google-Anthos AMP for hybrid-cloud supported in AWS?

I hear Google's Anthos is supporting hybrid cloud, and has features for building applications that are cloud-agnostic. Does Amazon-AWS support integration with Anthos AMP? From enterprise standpoint, I prefer not to be locked with AWS, so would be…
2
votes
3 answers

Azure APIM and Hybrid Connections

I am trying to access On-Prem APIs Via Azure APIM. I can access the On-Prem API if I do a VNET and VPN tunnel however, its not an ideal solution for the purpose. I am trying to get Hybrid Connections (port bridge) to work as the same way. I have…
KEL_Syd
  • 71
  • 6
1
vote
1 answer

Apache Pulsar on hybrid cloud

I want to use Apache Pulsar on a hybrid cloud where I want to deploy Apache Pulsar cluster on cloud.My subscriber will be on cloud and consumer will be deployed on premises. Is it possible to have this sort of configuration for pulsar? If yes, what…
1
vote
2 answers

What is the closest latency efficient AWS region for GCP us-central1 region?

I am evaluating a multi-cloud setup and would like to find the closest latency efficient AWS region for GCP's us-central1 region, my options in AWS are US East (2) and US West (2). I was unable to find any service/guide that would give me this…
1
vote
1 answer

On Prem Application migration to the AWS

We are migrating some of our J2EE based application from on-prem to the AWS cloud. I am trying to find some good document on what steps to be considered for the App migration. Since we already have an AWS account, and some of the applications have…
1
vote
1 answer

Unable to ping and connect cloud stack vm instance ip from the same local network

I am a beginner to cloud computing and I am now learning cloud stack to build private cloud.I have installed management server together with storage on one node and KVM compute server on the other node according to this documentation .I have also…
Min Htet Oo
  • 526
  • 1
  • 6
  • 21
1
2 3