- Видео 47
- Просмотров 15 466
Tech Hub
Индия
Добавлен 5 июн 2022
This channel aim is to spread knowledge about Data Engineering, Containerization techs like Kubernetes /Docker etc and any other popular technology .
Deploy App On Kubernetes Using Gitlab CICD Pipeline - Live Demo
This video is about Gitlab CICD pipeline to deploy an app on a K8S Cluster. On k8s host machine I have deployed nginx server. In nginx conf file I have configured to "stream" all incoming requests to k8s url. This article explains it - www.zepworks.com/posts/access-minikube-remotely-kvm/
Просмотров: 33
Видео
Argo Workflow 7 :: Secrets :: How to use secrets in Argo workflow
Просмотров 435 месяцев назад
An example showing how to use secret like password in Argo workflow.
Argo Workflow 6 :: Output Parameters - Passed Using File And Outputs.result
Просмотров 1338 месяцев назад
How to pass output param of one Argo workflow step or task. How to handle if the output param is smaller in size or bigger in size.
Argo Workflow 5:: Scripts And Results
Просмотров 988 месяцев назад
How to run script in-place ie as part of Argo workflow yaml file. And how to get and use result (output) of the script in the step.
Argo Workflow 4 :: Pass Contents Between Steps :: Artifacts
Просмотров 227Год назад
How to pass file (or directory) output from one step in Argo to another step.
LocalStack Setup - Simulate Aws Services(s3, sns, sqs, dynamoDB etc.) On Local Machine
Просмотров 1,7 тыс.Год назад
Localstack helps in dealing with Aws services on your local machine. It helps in faster development and testing while locally integrating with Aws.
Argo Workflow 3 ::Steps And DAG - Multi step workflow
Просмотров 403Год назад
how to specify multi step workflow(s).
Argo Workflow - 2 :: Parameters
Просмотров 463Год назад
How to pass params to argo worfklow. How to override entry point and params defined in the manifest yaml file.
Argo Workflows - 1:: Basics, Setup
Просмотров 2,1 тыс.Год назад
This video is about Argo Workflow. It talks about UI, CLI setup, running sample workflows from UI and CLI. And about script, resource templates.
Chat With CSV Data Using LLM
Просмотров 1,3 тыс.Год назад
Ask any question over the data in your csv file.
How to build chatGPT AI like system over your own data.
Просмотров 159Год назад
Wont it be nice to have a LLM - Over your custom set of documents on your Google drive/WebPages/Local Machine/Emails/Notes/Git/S3/Telegram or any such custom location - And based upon the contents in documents in any of above custom location, be able to get answer to any question. eg if your HR policies are stored on some set of web pages. And instead of people searching for answers for any HR ...
Dijkstra's Shortest Path Algorithm
Просмотров 46Год назад
This video explains Dijkstra's shortest path algorithm with an example.
Kubernetes With Java - Jobs | One Time Job And Scheduled CronJob
Просмотров 781Год назад
This video covers how to set up one time jobs or scheduled cron jobs using Kubernetes. Pod Details - ruclips.net/video/2_3HzUA6foA/видео.html A sample Spring boot application is used to describe and demo the concepts. The application is at github.com/skhurana333/tips_java . Please feel free to checkout. It also has all yaml files explained in all the videos. Another project used in one of the v...
Spark - How To Understand Plan | Validate If Optimizations Are Applied
Просмотров 602Год назад
It explains Spark plan and how you can interpret it with example. Various plan operators are explained eg FileScan, Predicate push down etc Link for Ppts used the the video is - drive.google.com/file/d/1jNA3b6yDktNi-qTS0r5dE0Wn8A_8MfQy/view?usp=share_link
Spark - Dataset And Dataframe Operations
Просмотров 89Год назад
It explains below DS/DF functions with example - read json data - distinct - dropDuplicates - min - max - avg - sum - withColumn , expr - rdd to convert dataframe to rdd - write to parquet - read parquet data - describe Link for Ppts used the the video is - drive.google.com/file/d/1jNA3b6yDktNi-qTS0r5dE0Wn8A_8MfQy/view?usp=share_link
Kubernetes With Java - Update ConfigMap, How to create secrets(password etc)
Просмотров 79Год назад
Kubernetes With Java - Update ConfigMap, How to create secrets(password etc)
Kubernetes With Java - Secrets(passwords etc) From File & Directory, TLS & DockerRegistry Secrets
Просмотров 31Год назад
Kubernetes With Java - Secrets(passwords etc) From File & Directory, TLS & DockerRegistry Secrets
Kubernetes With Java - Pass configs to App
Просмотров 40Год назад
Kubernetes With Java - Pass configs to App
Kubernetes With Java - Discover Services (via DNS, Nodeport, ingress Load LB,External service)
Просмотров 69Год назад
Kubernetes With Java - Discover Services (via DNS, Nodeport, ingress Load LB,External service)
Kubernetes With Java - Expose Service , http and https MultiplePorts, Session Affinity
Просмотров 43Год назад
Kubernetes With Java - Expose Service , http and https MultiplePorts, Session Affinity
Kubernetes With Java - IDE Plugins, Health of Pod , Namespace, Pod With multiple apps/containers
Просмотров 7Год назад
Kubernetes With Java - IDE Plugins, Health of Pod , Namespace, Pod With multiple apps/containers
Kubernetes With Java - Pod's Detailed Explanation - Labels and Label selector
Просмотров 71Год назад
Kubernetes With Java - Pod's Detailed Explanation - Labels and Label selector
Kubernetes With Java - Arch And Basics Of Pod(Its Control plane and NOT control panel at 26.27)
Просмотров 88Год назад
Kubernetes With Java - Arch And Basics Of Pod(Its Control plane and NOT control panel at 26.27)
Kubernetes With Java - Attach Volumes to Pod - Part2
Просмотров 16Год назад
Kubernetes With Java - Attach Volumes to Pod - Part2
Kubernetes With Java - Attach Volumes to Pod - Part1
Просмотров 44Год назад
Kubernetes With Java - Attach Volumes to Pod - Part1
Kubernetes With Java - Configurations With ConfigMap
Просмотров 121Год назад
Kubernetes With Java - Configurations With ConfigMap
Kubernetes With Java - Kubernetes DaemonSet - Pod On each node
Просмотров 29Год назад
Kubernetes With Java - Kubernetes DaemonSet - Pod On each node
Kubernetes With Java - Docker Introductions SampleApplication To Learn Kubernetes
Просмотров 40Год назад
Kubernetes With Java - Docker Introductions SampleApplication To Learn Kubernetes
Kubernetes With Java - Multiple replica of App- ReplicationController And Replicaset
Просмотров 23Год назад
Kubernetes With Java - Multiple replica of App- ReplicationController And Replicaset
How it will perform with data plotting question?
Nice to know tx !
Very informative and insightful video Sandeep Sir
thanks Sajal.
Nice 👍, can you share the code ?
github.com/skhurana333/qna_bot/blob/main/works-askquestion_csv_model-tapas-google.py
Hey thank you so much for these videos Really informative and helpful Could you please share the ppt as well?
Glad its helpful. Ppts link added to the description .
Great explanation.. are you providing any training on docker and kubernetes?
These videos are what you can go thru. There is no separate training
Thank You So Much for providing Kubernetes With Java.
Happy to help
This video is cover all spark topic
I am glad you like it
is project covered in this video sir?
Thanks Sir for Spark Gyan
You are welcome.
Share ppt
drive.google.com/file/d/1jNA3b6yDktNi-qTS0r5dE0Wn8A_8MfQy/view?usp=sharing . Added to the description too.
@@techhubskh do you upload videos on Spark SQl
Hi, Could you please make your video more clear. Audio is fine but video is getting blur when we make it full screen. Also make zoom out if possible Sorry about this message
Are others also facing similar problem? Can it be network slowness at your end ? I checked, it seemed fine. Which location in video it was blurred
Hi Sir, I am working as an Analyst at one of the Big 4 companies. I want to switch my career into Big Data, Do product based and investment banks hire people from other domains for Big Data?
As long as you have big data skills it doesn't matter which domain are you from.
Can you please share the g-drive link mentioned in the document, if possible? Thanks!
Added in the description.
@@techhubskh Thanks a lot!
Great Video Sir!
Thanks!
Hi Sir, Is it possible to share the slides used in the presentation? This the best spark tutorial that I've gone through so far. Thank you for providing this knowledge for free. It will help people like me who are in the process of a career transition into Big Data. Thanks & Regards, Vivek Upadhyay
Sure . Please share your email. or access here directly - drive.google.com/file/d/1PhW2c6leNmlRDLMdI7nIFqbskStdLSE0/view?usp=sharing