Пікірлер
@Krishna-o4x5h
@Krishna-o4x5h 4 күн бұрын
Hi Aditya I am following the same as you did in videos but I am facing issues in router as it starts and stops at the same time.
@kaycay014
@kaycay014 16 күн бұрын
aditya i think for provisioning k8s cluster you are using droplet from digital ocean right ?
@adityajoshi12
@adityajoshi12 15 күн бұрын
I am using managed kubernetes service from digital ocean.
@KhushalKunjir
@KhushalKunjir 18 күн бұрын
getting this error can you help x509: certificate has expired or is not yet valid
@adityajoshi12
@adityajoshi12 15 күн бұрын
Please reach out at [email protected]
@TheMouseJerry-du1md
@TheMouseJerry-du1md 26 күн бұрын
Excellent! I have been looking for Kubernetes webhooks development and kubernetes operator using kubebuilder for ages and there is no video on youtube that is close to reality except some small foo bar examples. Thank you for sharing this video and please keep going and come up with a kubernetes operators in golang
@adityajoshi12
@adityajoshi12 26 күн бұрын
Glad it helped you.
@adityajoshi12
@adityajoshi12 26 күн бұрын
Please check this as well kzbin.info/www/bejne/paTTh6ZmrdWSnqssi=qScZ8uzygWFM-b62
@Huho-s7o
@Huho-s7o Ай бұрын
Thank you brother this video help me alot
@adityajoshi12
@adityajoshi12 Ай бұрын
Glad it helped you
@kareemabdelrazik9114
@kareemabdelrazik9114 Ай бұрын
i faced a problem during integrate my own project with explorer can u help me plz!
@adityajoshi12
@adityajoshi12 Ай бұрын
Sure, please reach out at [email protected]
@mehransaeed7207
@mehransaeed7207 Ай бұрын
Hi Aditya thanks for this video. I was wondering how to change the parity settings if running minio via helm charts. as in default is EC:4 I tried doing it via env vars but it didn't reflect in the "mc admin info myminio" have created the separate secret in the same namespace tenant will be running and defined env vars and set up values.yaml like below # Root key for MinIO Tenant Chart configSecret: name: myminio-env-configuration accessKey: minio-uname secretKey: minio-pwd existingSecret: name: myminio-env-configuration tenant:
@BZValoche
@BZValoche Ай бұрын
Looking you debug a call to Update(...) when you never modified the deployment variable was painful ;-D
@kknn007
@kknn007 Ай бұрын
it would work same if we write chaincode in go ?
@adityajoshi12
@adityajoshi12 Ай бұрын
What do you mean by chaincode in go, this doesn’t have to deal with chaincode, HSM implementation is done in the client side.
@ketankanade-m7w
@ketankanade-m7w 2 ай бұрын
I tried to run below command but its failing as imagepullbackoff error : velero install \ --provider aws \ --plugins velero/velero-plugin-for-aws:v1.3.0 \ --bucket $BUCKET \ --backup-location-config region=$REGION \ --snapshot-location-config region=$REGION \ --secret-file ./credentials-velero
@adityajoshi12
@adityajoshi12 Ай бұрын
Try with version 1.10.0
@TechEats
@TechEats 2 ай бұрын
Thanks a lot for making this video. What do we need to do if we have deployment specific start-end times and replica number?
@akshaymahesh6986
@akshaymahesh6986 3 ай бұрын
How can you configure the same for 3 brokers and separate pvc for each broker ?
@inzamamansari4007
@inzamamansari4007 3 ай бұрын
That's fantastic, i appreciate your effort. You always help me out with the best content in hyperledger fabric. I have doubt, like we did the test of chaincode performance. But in real world, we must know how much TPS my hyperledger fabric client is giving, and it is very low. I had tested in my case I struggle to get the 5-6 TPS. And single transaction API takes min 2 sec to execute a transaction without waiting till commit
@adityajoshi12
@adityajoshi12 3 ай бұрын
This requires enhancement at the chaincode, network and the policy level
@nicolajenzer5276
@nicolajenzer5276 3 ай бұрын
hii, i copyed your code, but the pod is always pending end never gets created. I tried it sever times. Any Ideas?
@adityajoshi12
@adityajoshi12 3 ай бұрын
Can you check if the storage class is configured properly
@rakeshreddyabbireddy8876
@rakeshreddyabbireddy8876 4 ай бұрын
The peer is not creating as a pod. It is creating as a service . Pls help .
@adityajoshi12
@adityajoshi12 4 ай бұрын
What’s the error you are getting
@idanbenyair
@idanbenyair 4 ай бұрын
How do I store the access keys if I am using the fluentbit Helm chart? I cant figure out how to set these keys.. In the logs it says that Fluentbit daemon set cant locate the ~/.aws/credentials file but I didnt set that file. I am using an IAM role.
@adityajoshi12
@adityajoshi12 4 ай бұрын
You can pass them as environment variables
@aliiraza4064
@aliiraza4064 4 ай бұрын
kubectl hlf channel signupdate --channel=channel --file=config_update_in_envelope.pb --user=admin --config=networkConfig.yaml --mspid=Org1MSP --output org1-channel-update-sign.pb Error: open : no such file or directory even all files are in same dir and have read permission. Can you please guide me about resolution?
@adityajoshi12
@adityajoshi12 4 ай бұрын
Update the plugin
@aliiraza4064
@aliiraza4064 4 ай бұрын
It is already 1.9.x. up-to-date
@najmebenvari8500
@najmebenvari8500 2 ай бұрын
I've encountered the same issue. I'm using the latest HLF plugin but I still haven't resolved it. Did updating the plugin help you?
@aliiraza4064
@aliiraza4064 2 ай бұрын
@@najmebenvari8500 NO
@sofi6463
@sofi6463 4 ай бұрын
migrate pvc data accrose different cluster this is though
@KetanDoshi-wl5od
@KetanDoshi-wl5od 4 ай бұрын
can i use this in production .I have heard that multer dosent work in production
@Nachiket_upadhye_23
@Nachiket_upadhye_23 5 ай бұрын
Very nice video man, Easy to follow.
@adityajoshi12
@adityajoshi12 5 ай бұрын
Glad it helped you
@adityajoshi12
@adityajoshi12 5 ай бұрын
Glad it helped you
@ineselloumi8729
@ineselloumi8729 5 ай бұрын
Thank you for the valuable assistance with my academic project. Additionally, could you please provide a video tutorial demonstrating how to perform benchmarking on Ethereum using Caliper?
@BestComedyNaija
@BestComedyNaija 5 ай бұрын
Seeking for same
@adityajoshi12
@adityajoshi12 5 ай бұрын
Great suggestion!
@dyogesh3343
@dyogesh3343 5 ай бұрын
But although we are connecting the second and the third to first node, but the first node is still connected to all the public nodes right? can we only restrict the network to only 3 nodes?
@Cigar-rn1sc
@Cigar-rn1sc 5 ай бұрын
very good
@adityajoshi12
@adityajoshi12 26 күн бұрын
Glad it helped you.
@msc4en9qu7m
@msc4en9qu7m 5 ай бұрын
i need to learn how are combinate peers to peers from gewiss architecture
@pallavkan
@pallavkan 6 ай бұрын
you cleared most of my doubts!! Thanks a lot
@adityajoshi12
@adityajoshi12 6 ай бұрын
Glad you like it
@geetalamkuche9490
@geetalamkuche9490 6 ай бұрын
Could you share list of commands used
@adityajoshi12
@adityajoshi12 6 ай бұрын
Commands are added to GitHub repo Readme file
@geetalamkuche9490
@geetalamkuche9490 6 ай бұрын
Waiting
@mariacristinaarezzi
@mariacristinaarezzi 6 ай бұрын
Hello
@adityajoshi12
@adityajoshi12 6 ай бұрын
Hi
@MaxDevil1989
@MaxDevil1989 7 ай бұрын
excellent demonstration 👍
@adityajoshi12
@adityajoshi12 7 ай бұрын
Glad you liked it
@MrRyzale
@MrRyzale 7 ай бұрын
the problem is when try to import file, it can't connect to gateway because the link it used is 0.0.0.0:8080 which is not accessible
@Mallya-x5s
@Mallya-x5s 7 ай бұрын
Hey can I connect with you?
@adityajoshi12
@adityajoshi12 7 ай бұрын
Please reach out at [email protected]
@Nightsin372
@Nightsin372 7 ай бұрын
Hello sir! Thanks for the awsome video series! I am facing some problems with my network though, even though I have done the steps multiple times. Any idea why I might be getting this error when trying to use the new peer to get info or to join the channel? EET 0001 INFO [channelCmd] InitCmdFactory -> Endorser and orderer connections initialized Error: proposal failed (err: rpc error: code = Unknown desc = error validating proposal: access denied: channel [] creator org unknown, creator is malformed) more info on the logs of peer1.org1: UTC 0025 WARN [endorser] Validate -> access denied channel= txID=55b8cc25 error="the supplied identity is not valid: x509: certificate signed by unknown authority" errorVerbose="x509: certificate signed by unknown authority the supplied identity is not valid" identity="(mspid=Org1MSP subject=CN=org1admin,OU=admin,O=Hyperledger,ST=North Carolina,C=US issuer=CN=ca.org1.example.com,O=org1.example.com,L=Durham,ST=North Carolina,C=US serialnumber=473607368655902147731365536511423443811990586643)"
@Nightsin372
@Nightsin372 7 ай бұрын
I finally debbuged this issue if anyone else has the same. adding this - CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/msp in the yaml files should fix it. Thanks again for the videos!
@raianecoelhomachado1280
@raianecoelhomachado1280 7 ай бұрын
When I use OpenSSL with the root CA and attempt to enroll by pointing to fabric-ca-client enroll -d -u tls-ca-admin:tls-ca-adminpw@address:7052 where the CA address points to an ingress, I always receive the error: x509: certificate signed by unknown authority. What could be the issue?
@adityajoshi12
@adityajoshi12 7 ай бұрын
Your chain certificate should contain both root and intermediate cert
@amgate7235
@amgate7235 7 ай бұрын
Have you installed ipfs binary in all ubuntu machine
@adityajoshi12
@adityajoshi12 7 ай бұрын
Yes
@AnjaliDevi.p
@AnjaliDevi.p 7 ай бұрын
Hello Aditya Joshi how to change the background color redash
@dyogesh3343
@dyogesh3343 7 ай бұрын
Found this video really helpful i have used i71400k processor 12 cores to the vm, so my initial tps was 2200, but i later changed to batch size 250 and batchtimeout 5s i got a tps of 6100, which was almost 3 times the initial, my doubt is there any potential negative down side of this if we increase these parameters in the network??
@adityajoshi12
@adityajoshi12 7 ай бұрын
Glad this video helped you. The downside of having higher batch size and batch time is that the block commit time will be longer. Lets say hypothetically you have batch size as 1000 and batch time as 60s in that case orderer node will wait to collect either 1000 txns or 60s whichever is earlier and then it will create the block
@liorlew
@liorlew 8 ай бұрын
very good tutorial, especially because of the need of debug.
@adityajoshi12
@adityajoshi12 7 ай бұрын
Glad it helped you
@dhirajlakhane2786
@dhirajlakhane2786 8 ай бұрын
hey aditya , please add next video to deploy operator to cluster. if you have already uploaded please share the link ,not able to find that one. thank you
@adityajoshi12
@adityajoshi12 8 ай бұрын
I will have to create one
@shashikumarv276
@shashikumarv276 8 ай бұрын
Have you created the second part of this video? I meant deploying this operator to kubernetes cluster (Production)
@adityajoshi12
@adityajoshi12 8 ай бұрын
Not yet
@shashikumarv276
@shashikumarv276 8 ай бұрын
Any plans?
@HugoEsteves-z2j
@HugoEsteves-z2j 8 ай бұрын
Hello, thank you for this tutorial, I have a question tho. How I know how many workers are the optimal for a test? And what are they trying to simulate in the network?
@adityajoshi12
@adityajoshi12 8 ай бұрын
So basically worker simulates the number of clients
@HugoEsteves-z2j
@HugoEsteves-z2j 8 ай бұрын
Thanks, so 5 workers don't seem to little? I'm trying to test with thousands but I'm running out of memory every time.@@adityajoshi12
@kartik962
@kartik962 8 ай бұрын
I want to use clientset for my use case how can i implement that without clientset i am not able to get my scaler
@adityajoshi12
@adityajoshi12 8 ай бұрын
You can generate the clientset and start using them in other projects
@chaitanyathummapudi8385
@chaitanyathummapudi8385 8 ай бұрын
Nice explanation on minio
@adityajoshi12
@adityajoshi12 7 ай бұрын
Glad it helped you
@Jamshid-Makhmudov
@Jamshid-Makhmudov 8 ай бұрын
cool thanks
@CarbonRiderOnline
@CarbonRiderOnline 8 ай бұрын
Have you tested this installation on a multi-broker setup. I am seeing following error. [Producer clientId=console-producer] Received invalid metadata error in produce request on partition hello2-1 due to org.apache.kafka.common.errors.NotLeaderOrFollowerException: For requests intended only for the leader, this error indicates that the broker is not the current leader. For requests intended for any replica, this error indicates that the broker is not a replica of the topic partition.. Going to request metadata update now
@anneysamajumder5353
@anneysamajumder5353 9 ай бұрын
how to know where my port is running?
@adityajoshi12
@adityajoshi12 8 ай бұрын
You can set the port in app.listen()
@arnabroy2995
@arnabroy2995 9 ай бұрын
Very well explained 🎉
@adityajoshi12
@adityajoshi12 9 ай бұрын
Glad it was helpful
@prasenjitgpt1
@prasenjitgpt1 9 ай бұрын
Hello Aditya, I appreciate your excellent video. However, after diligently following all the steps, I noticed that executing "./addOrg3.sh generate -ca" did not result in the creation of CouchDB for org3. Could you please explain the reason behind this issue? Additionally, if I want to manually create CouchDB, what steps should I follow?
@adityajoshi12
@adityajoshi12 9 ай бұрын
You need to pass the flag for statedb
@omerapl3511
@omerapl3511 9 ай бұрын
great video! thanks
@adityajoshi12
@adityajoshi12 9 ай бұрын
Glad it helped you
@sanjaybulu
@sanjaybulu 9 ай бұрын
Can you also share video about benchmarking Fabric with caliper?
@adityajoshi12
@adityajoshi12 9 ай бұрын
I have covered this in my courses and have published a blog as well, also there will be a new video this week that is also around benchmarking in Fabric
@vipulrajtiwari2592
@vipulrajtiwari2592 9 ай бұрын
Woow really nice video Just i have one question how we integrate if we have lots of tenants in kibana
@adityajoshi12
@adityajoshi12 9 ай бұрын
Check this out github.com/wtakase/kibana-own-home