11 2022 档案
摘要:原文:You (probably) need liveness and readiness probes | Red Hat Developer One of the most common questions I get as a consultant is, "What is the diffe
阅读全文
摘要:原文:Readiness vs liveliness probes: How to set them up and when to use them in your Kubernetes cluster | Google Cloud Blog Editor’s note: Today is the
阅读全文
摘要:原文:Setting environment variables for ASP.NET Core apps in a Helm chart (andrewlock.net) Setting environment variables for ASP.NET Core apps in a Helm
阅读全文
摘要:原文: Creating a Helm chart for an ASP.NET Core app (andrewlock.net) This is the fourth post in the series: Deploying ASP.NET Core applications to Kuber
阅读全文
摘要:原文:An introduction to deploying applications with Helm (andrewlock.net) This is the third post in the series: Deploying ASP.NET Core applications to K
阅读全文
该文被密码保护。
摘要:pyspark document: RDD Programming Guide - Spark 3.3.1 Documentation (apache.org) Getting Started — PySpark 3.3.1 documentation (apache.org) Spark Stre
阅读全文
摘要:1. how to coding? reference: https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/health-checks?view=aspnetcore-6.0#filter-health-checks codi
阅读全文
摘要:print 5 >> 4 # Right Shift # 5= 4+1: 101 '''Output: 0''' print 5 << 1 # Left Shift #10 = 8+2:1010 print 8 & 5 # Bitwise AND # 8 : 1000 # 5 : 101 # 0 :
阅读全文
摘要:ASP.NET Core Health Checks (net-hacker.rocks) ASP.NET Core Health Checks Jürgen Gutsch - 20 August, 2020 Since a while I planned to write about the AS
阅读全文
摘要:Adding health checks with Liveness, Readiness, and Startup probes (andrewlock.net) This is the sixth post in the series: Deploying ASP.NET Core applic
阅读全文
摘要:原文: Health checks in ASP.NET Core | Microsoft Learn var builder = WebApplication.CreateBuilder(args); builder.Services.AddHealthChecks(); var app = bu
阅读全文
摘要:1. sololearn: 手机可用, 课程 + 测试 =》 不同用户 ,难度不同 =》有一定的挑战性, 理论学习 2. code cademy: 交互式学习(提示,纠正错误), 免费 =》渐进式学习,如果已经有些基础的话,花费长时间在基础上,有点儿浪费时间 3. scretch: 小孩子
阅读全文
摘要:原文: Python and Data Science Tutorial in Visual Studio Code Data Science in VS Code tutorial This tutorial demonstrates using Visual Studio Code and th
阅读全文
摘要:原文:How to Set up Python and Visual Studio Code IDE for Data Science - One Zero Blog Setting up Python and running it smoothly on your PC is essential
阅读全文
摘要:原文:Introducing the Jupyter Extension for VS Code - Python (microsoft.com) Jupyter Notebook enables creating and sharing documents that contain live co
阅读全文
摘要:原文:https://www.ritchieng.com/pandas-creating-dummy-variables/ Creating dummy variables In [1]: import pandas as pd In [2]: url = 'http://bit.ly/kaggle
阅读全文
摘要:原文 https://www.quora.com/What-is-the-difference-between-One-Hot-Encoding-and-a-CountVectorizer When converting categorical variables to a numeric repr
阅读全文
摘要:1. 进入 azure shell $ helm list --all -n [namespace] NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION $ helm list --all -n [namespace] |grep eve
阅读全文
摘要:转载: https://blog.csdn.net/dreamer_chen/article/details/118596034 HELM部署异常:Error: UPGRADE FAILED: another operation (install/upgrade/rollback) is in pr
阅读全文
摘要:官网: Helm | Installing Helm Helm | Values Files Helm | Charts
阅读全文
摘要:1. 进入 kubernetes service 资源下 2.点击connect az login az account set --subscription **** az aks get-credentials --resource-group **** --name **** kubectl
阅读全文
摘要:原文: Helm | Template Functions and Pipelines Template Functions and Pipelines So far, we've seen how to place information into a template. But that inf
阅读全文
摘要:原文: Kubernetes CronJobs: Basics, Tutorial, and Troubleshooting | Komodor What Are Kubernetes CronJobs? A Kubernetes Job is a workload controller objec
阅读全文
摘要:# 👇️ in a virtual environment or using Python 2 pip install Flask # 👇️ for python 3 (could also be pip3.10 depending on your version) pip3 install F
阅读全文
摘要:JSONB 以二进制格式存储数据,而不是简单的 JSON blob。 BSON record isn’t continuously littler than JSON, but it allows you to effectively skip the records that you’re not
阅读全文