At its annual re:Invent conference, AWS today announced the newest generation of its Arm-based Graviton processors: the Graviton 3. The company promises that the new chip will be 25 percent faster than the last-generation chips, with 2x faster floating-point performances and a 3x speedup for machine-learning workloads.
Microsoft today announced Azure Load Testing, a fully managed load testing service that will allow developers to generate high-scale load with custom Apache JMeter (a popular open-source load and performance tool) scripts. Azure Load Testing will also allow developers to gain actionable insights to catch and fix performance bottlenecks.
Oracle has announced the availability of Oracle Cloud Infrastructure (OCI) AI services, a collection of services that make it easier for developers to apply AI services to their applications without requiring data science expertise.
איך אני מכניס כאן secret for sertificate:
initialRepos:
- name: bitnami
url: https://charts.bitnami.com/bitnami/
תבצע כך:
imagePullSecrets:
- name: SECRET NAME
מתחת ל-SPEC
spec:
template:
spec:
imagePullSecrets:
- name:
תוודא שה-SECRET שלך עלה עם BASE64
echo "YOUSECRET" | base64
לראות את הערך שלו שוב:
echo "YOUSECRET" | base64 -d
Oops! Something went wrong while submitting the form