-
### Report
I am trying to scale HPA based on GPU metric; everything seems to be working but when I am trying to query metric using below command, I am getting the output as "Error from server (NotF…
-
### Check for previous/existing GitHub issues
- [X] I have checked for previous/existing GitHub issues
### Issue Type?
Feature Request
### Module Name
avm/res/storage/storage-account
### (Option…
-
Currently repo-supervisor supports two modes - Docker(cli to scan local repo) and Lambda is supported(for github pull request).
Feature : If there is a third mode , to deploy the repo-supervisor on l…
-
```
➜ ~ gcf create-service etcd-dedicated-bosh-lite 1-server test-etcd
Creating service test-etcd in org me / space test as admin...
OK
```
But in the backend, the bosh deployment failed.
drnic updated
10 years ago
-
## Overview
Our integ tests need to run in an exclusive environment. Currently we are achieving this roughly by two ways:
- use of sandbox accounts to establish strong boundaries (e.g. canaries vs…
-
### **Chapter 5: Refactoring a Monolithic FastAPI Application – A Step-by-Step Guide**
---
#### **5.1 Introduction**
As applications grow in complexity, a monolithic structure can make it cha…
-
The missing step to achieve a one-click deployment of JupyterHub on Azure is the automatic creation of a Service Principal to register our App.
In particular, the above consists of 3 steps:
1. creat…
-
```
-- 创建键空间
CREATE KEYSPACE IF NOT EXISTS example_keyspace
WITH replication = {
'class': 'SimpleStrategy',
'replication_factor': 1
};
-- 使用键空间
USE example_keyspace;
-- 创建用户表
CRE…
-
We use canary deployments through Argo Rollouts to deploy our services. For services that utilize the Kubernetes Horizontal Pod Autoscaler (HPA) with CPU-based scaling, we observe the stable ReplicaSe…
-
## Task
Specify and run smoke tests for the Deployed service/component, the Goal is to run some tests against your service after its deployment on the Kubernetes cluster to make sure that it is worki…